Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp19 void PDBSymbolExe::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
21 uint32_t PDBSymbolExe::getPointerByteSize() const { in getPointerByteSize()
H A DPDBSymDumper.cpp52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()
53 PDB_SYMDUMP_UNREACHABLE(PDBSymbolExe) in dump()
H A DPDBSymbol.cpp66 FACTORY_SYMTAG_CASE(Exe, PDBSymbolExe) in createSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h21 class PDBSymbolExe; variable
31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
H A DPDBSymbolExe.h21 class PDBSymbolExe : public PDBSymbol {
H A DPDBSymDumper.h31 virtual void dump(const PDBSymbolExe &Symbol);
H A DPDBTypes.h37 class PDBSymbolExe; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h29 class PDBSymbolExe; variable
53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.h23 void start(const PDBSymbolExe &Symbol);
H A DPrettyExternalSymbolDumper.cpp23 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
H A DPrettyTypeDumper.h23 void start(const PDBSymbolExe &Exe);
H A DPrettyTypeDumper.cpp163 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory()
195 void TypeDumper::start(const PDBSymbolExe &Exe) { in start()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope()
155 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope()
156 static_cast<PDBSymbolExe *>(PdbSymbol.release())); in getGlobalScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp31 #include "llvm/DebugInfo/PDB/PDBSymbolExe.h"
212 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope()
213 return PDBSymbol::createAs<PDBSymbolExe>(*this, getNativeGlobalScope()); in getGlobalScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h20 #include "llvm/DebugInfo/PDB/PDBSymbolExe.h"
245 std::unique_ptr<llvm::pdb::PDBSymbolExe> m_global_scope_up;
/freebsd/lib/clang/libllvm/
H A DMakefile652 SRCS_EXT+= DebugInfo/PDB/PDBSymbolExe.cpp