Home
last modified time | relevance | path

Searched refs:PDBSymbolExe (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolExe.cpp20 PDBSymbolExe::PDBSymbolExe(const IPDBSession &PDBSession, in PDBSymbolExe() function in PDBSymbolExe
26 void PDBSymbolExe::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
28 uint32_t PDBSymbolExe::getPointerByteSize() const { in getPointerByteSize()
DPDBSymDumper.cpp53 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()
54 PDB_SYMDUMP_UNREACHABLE(PDBSymbolExe) in dump()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolExe.cpp19 PDBSymbolExe::PDBSymbolExe(const IPDBSession &PDBSession, in PDBSymbolExe() function in PDBSymbolExe
23 void PDBSymbolExe::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
DPDBSymDumper.cpp53 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()
54 PDB_SYMDUMP_UNREACHABLE(PDBSymbolExe) in dump()
DCMakeLists.txt69 PDBSymbolExe.cpp
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h22 class PDBSymbolExe : public PDBSymbol {
24 PDBSymbolExe(const IPDBSession &PDBSession,
DIPDBSession.h21 class PDBSymbolExe; variable
31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() const = 0;
DPDBSymDumper.h32 virtual void dump(const PDBSymbolExe &Symbol);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h22 class PDBSymbolExe : public PDBSymbol {
24 PDBSymbolExe(const IPDBSession &PDBSession,
DIPDBSession.h22 class PDBSymbolExe; variable
32 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
DPDBSymDumper.h32 virtual void dump(const PDBSymbolExe &Symbol);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp170 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope()
175 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope()
176 static_cast<PDBSymbolExe *>(PdbSymbol.release())); in getGlobalScope()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp140 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()
/external/llvm/tools/llvm-pdbdump/
DExternalSymbolDumper.h24 void start(const PDBSymbolExe &Symbol);
DTypeDumper.h23 void start(const PDBSymbolExe &Exe);
DExternalSymbolDumper.cpp23 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
DTypeDumper.cpp31 void TypeDumper::start(const PDBSymbolExe &Exe) { in start()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyExternalSymbolDumper.h24 void start(const PDBSymbolExe &Symbol);
DPrettyTypeDumper.h24 void start(const PDBSymbolExe &Exe);
DPrettyExternalSymbolDumper.cpp23 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp157 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope()
164 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope()
165 static_cast<PDBSymbolExe *>(PdbSymbol.release())); in getGlobalScope()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h34 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h34 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope()

12