Searched refs:NativeCompilandSymbol (Results 1 – 4 of 4) sorted by relevance
18 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol23 PDB_SymType NativeCompilandSymbol::getSymTag() const { in getSymTag()27 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump()41 bool NativeCompilandSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()45 SymIndexId NativeCompilandSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()52 std::string NativeCompilandSymbol::getLibraryName() const { in getLibraryName()56 std::string NativeCompilandSymbol::getName() const { in getName()
295 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
19 class NativeCompilandSymbol : public NativeRawSymbol {21 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
461 SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp