Searched refs:NativeCompilandSymbol (Results 1 – 5 of 5) sorted by relevance
15 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol20 PDB_SymType NativeCompilandSymbol::getSymTag() const { in getSymTag()24 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump()38 bool NativeCompilandSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()42 SymIndexId NativeCompilandSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()49 std::string NativeCompilandSymbol::getLibraryName() const { in getLibraryName()53 std::string NativeCompilandSymbol::getName() const { in getName()
16 #include "llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h"611 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
18 class NativeCompilandSymbol : public NativeRawSymbol {20 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
34 "Native/NativeCompilandSymbol.cpp",
60 Native/NativeCompilandSymbol.cpp