Home
last modified time | relevance | path

Searched refs:NativeExeSymbol (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in NativeExeSymbol
37 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren()
67 uint32_t NativeExeSymbol::getAge() const { in getAge()
75 std::string NativeExeSymbol::getSymbolsFileName() const { in getSymbolsFileName()
79 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid()
87 bool NativeExeSymbol::hasCTypes() const { in hasCTypes()
95 bool NativeExeSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
H A DNativeSession.cpp364 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()
367 NativeExeSymbol &NativeSession::getNativeGlobalScope() const { in getNativeGlobalScope()
370 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h20 class NativeExeSymbol : public NativeRawSymbol {
25 NativeExeSymbol(NativeSession &Session, SymIndexId Id);
H A DNativeSession.h26 class NativeExeSymbol; variable
108 NativeExeSymbol &getNativeGlobalScope() const;
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile75 NativeExeSymbol.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn37 "Native/NativeExeSymbol.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt64 Native/NativeExeSymbol.cpp