Home
last modified time | relevance | path

Searched refs:NativeCompilandSymbol (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp18 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol
23 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()
H A DSymbolCache.cpp295 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.h19 class NativeCompilandSymbol : public NativeRawSymbol {
21 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile461 SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp