Searched refs:NativeExeSymbol (Results 1 – 5 of 5) sorted by relevance
31 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in NativeExeSymbol36 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren()66 uint32_t NativeExeSymbol::getAge() const { in getAge()74 std::string NativeExeSymbol::getSymbolsFileName() const { in getSymbolsFileName()78 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid()86 bool NativeExeSymbol::hasCTypes() const { in hasCTypes()94 bool NativeExeSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
371 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()374 NativeExeSymbol &NativeSession::getNativeGlobalScope() const { in getNativeGlobalScope()377 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
23 class NativeExeSymbol : public NativeRawSymbol {28 NativeExeSymbol(NativeSession &Session, SymIndexId Id);
25 class NativeExeSymbol; variable113 NativeExeSymbol &getNativeGlobalScope() const;
682 SRCS_EXT+= DebugInfo/PDB/Native/NativeExeSymbol.cpp