Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp17 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol() function in llvm::pdb::NativeCompilandSymbol
22 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()
H A DSymbolCache.cpp602 createSymbol<NativeCompilandSymbol>(Modules.getModuleDescriptor(Index)); in getOrCreateCompiland()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.h18 class NativeCompilandSymbol : public NativeRawSymbol {
20 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile68 NativeCompilandSymbol.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn30 "Native/NativeCompilandSymbol.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt57 Native/NativeCompilandSymbol.cpp