Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp15 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol
20 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()
H A DSymbolCache.cpp607 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.h18 class NativeCompilandSymbol : public NativeRawSymbol {
20 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
/freebsd/lib/clang/libllvm/
H A DMakefile617 SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp