Searched refs:NativeCompilandSymbol (Results 1 – 4 of 4) sorted by relevance
17 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol22 PDB_SymType NativeCompilandSymbol::getSymTag() const { in getSymTag()26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump()40 bool NativeCompilandSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()44 SymIndexId NativeCompilandSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()51 std::string NativeCompilandSymbol::getLibraryName() const { in getLibraryName()55 std::string NativeCompilandSymbol::getName() const { in getName()
602 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
18 class NativeCompilandSymbol : public NativeRawSymbol {20 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
531 SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp