Searched refs:NativeExeSymbol (Results 1 – 4 of 4) sorted by relevance
21 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in llvm::pdb::NativeExeSymbol24 std::unique_ptr<NativeRawSymbol> NativeExeSymbol::clone() const { in clone()25 return llvm::make_unique<NativeExeSymbol>(Session, SymbolId); in clone()29 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren()49 uint32_t NativeExeSymbol::getAge() const { in getAge()57 std::string NativeExeSymbol::getSymbolsFileName() const { in getSymbolsFileName()61 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid()69 bool NativeExeSymbol::hasCTypes() const { in hasCTypes()77 bool NativeExeSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
172 SymbolCache.push_back(llvm::make_unique<NativeExeSymbol>(*this, Id)); in getGlobalScope()
19 class NativeExeSymbol : public NativeRawSymbol {21 NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId);
54 Native/NativeExeSymbol.cpp