Searched refs:PDBSymbolExe (Results 1 – 17 of 17) sorted by relevance
19 void PDBSymbolExe::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()21 uint32_t PDBSymbolExe::getPointerByteSize() const { in getPointerByteSize()
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()53 PDB_SYMDUMP_UNREACHABLE(PDBSymbolExe) in dump()
66 FACTORY_SYMTAG_CASE(Exe, PDBSymbolExe) in createSymbol()
21 class PDBSymbolExe; variable31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
21 class PDBSymbolExe : public PDBSymbol {
31 virtual void dump(const PDBSymbolExe &Symbol);
37 class PDBSymbolExe; variable
23 void start(const PDBSymbolExe &Symbol);
23 void start(const PDBSymbolExe &Exe);
22 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
161 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory()193 void TypeDumper::start(const PDBSymbolExe &Exe) { in start()
148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope()155 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope()156 static_cast<PDBSymbolExe *>(PdbSymbol.release())); in getGlobalScope()
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
49 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
203 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope()204 return PDBSymbol::createAs<PDBSymbolExe>(*this, getNativeGlobalScope()); in getGlobalScope()
257 std::unique_ptr<llvm::pdb::PDBSymbolExe> m_global_scope_up;
580 SRCS_EXT+= DebugInfo/PDB/PDBSymbolExe.cpp