Searched refs:NativeExeSymbol (Results 1 – 5 of 5) sorted by relevance
33 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in NativeExeSymbol38 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren()68 uint32_t NativeExeSymbol::getAge() const { in getAge()76 std::string NativeExeSymbol::getSymbolsFileName() const { in getSymbolsFileName()80 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid()88 bool NativeExeSymbol::hasCTypes() const { in hasCTypes()96 bool NativeExeSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
210 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()213 NativeExeSymbol &NativeSession::getNativeGlobalScope() const { in getNativeGlobalScope()216 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
21 class NativeExeSymbol : public NativeRawSymbol {26 NativeExeSymbol(NativeSession &Session, SymIndexId Id);
27 class NativeExeSymbol; variable101 NativeExeSymbol &getNativeGlobalScope() const;
465 SRCS_EXT+= DebugInfo/PDB/Native/NativeExeSymbol.cpp