Searched refs:NativeCompilandSymbol (Results 1 – 4 of 4) 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()
607 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
18 class NativeCompilandSymbol : public NativeRawSymbol {20 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
617 SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp