#include "llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h"
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
namespace llvm {
namespace pdb {
NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session,
SymIndexId SymbolId,
DbiModuleDescriptor MI)
: … { … }
PDB_SymType NativeCompilandSymbol::getSymTag() const { … }
void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent,
PdbSymbolIdField ShowIdFields,
PdbSymbolIdField RecurseIdFields) const { … }
bool NativeCompilandSymbol::isEditAndContinueEnabled() const { … }
SymIndexId NativeCompilandSymbol::getLexicalParentId() const { … }
std::string NativeCompilandSymbol::getLibraryName() const { … }
std::string NativeCompilandSymbol::getName() const { … }
}
}