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()
364 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()367 NativeExeSymbol &NativeSession::getNativeGlobalScope() const { in getNativeGlobalScope()370 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
20 class NativeExeSymbol : public NativeRawSymbol {25 NativeExeSymbol(NativeSession &Session, SymIndexId Id);
26 class NativeExeSymbol; variable108 NativeExeSymbol &getNativeGlobalScope() const;
538 SRCS_EXT+= DebugInfo/PDB/Native/NativeExeSymbol.cpp