Searched refs:PDBSymbolExe (Results 1 – 17 of 17) sorted by relevance
19 PDBSymbolExe::PDBSymbolExe(const IPDBSession &PDBSession, in PDBSymbolExe() function in PDBSymbolExe23 void PDBSymbolExe::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
53 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()54 PDB_SYMDUMP_UNREACHABLE(PDBSymbolExe) in dump()
69 PDBSymbolExe.cpp
69 FACTORY_SYMTAG_CASE(Exe, PDBSymbolExe) in create()
22 class PDBSymbolExe : public PDBSymbol {24 PDBSymbolExe(const IPDBSession &PDBSession,
21 class PDBSymbolExe; variable31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() const = 0;
32 virtual void dump(const PDBSymbolExe &Symbol);
37 class PDBSymbolExe; variable
140 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope()147 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope()148 static_cast<PDBSymbolExe *>(PdbSymbol.release())); in getGlobalScope()
24 void start(const PDBSymbolExe &Symbol);
23 void start(const PDBSymbolExe &Exe);
23 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
31 void TypeDumper::start(const PDBSymbolExe &Exe) { in start()
34 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope()
66 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override { in getGlobalScope()390 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe); in TEST_F()