Searched refs:NativeExeSymbol (Results 1 – 5 of 5) sorted by relevance
32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in NativeExeSymbol37 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()
23 #include "llvm/DebugInfo/PDB/Native/NativeExeSymbol.h"373 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol() 376 NativeExeSymbol &NativeSession::getNativeGlobalScope() const { in getNativeGlobalScope() 379 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
23 class NativeExeSymbol : public NativeRawSymbol {28 NativeExeSymbol(NativeSession &Session, SymIndexId Id);
24 class NativeExeSymbol; variable112 NativeExeSymbol &getNativeGlobalScope() const;
611 SRCS_EXT+= DebugInfo/PDB/Native/NativeExeSymbol.cpp