Home
last modified time | relevance | path

Searched refs:PDBContext (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h32 class PDBContext : public DIContext {
34 PDBContext(const object::COFFObjectFile &Object,
36 PDBContext(PDBContext &) = delete;
37 PDBContext &operator=(PDBContext &) = delete;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp25 PDBContext::PDBContext(const COFFObjectFile &Object, in PDBContext() function in PDBContext
33 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} in dump()
35 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress()
68 PDBContext::getLineInfoForDataAddress(object::SectionedAddress Address) { in getLineInfoForDataAddress()
75 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address, in getLineInfoForAddressRange()
95 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address, in getInliningInfoForAddress()
139 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress()
143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName()
H A DCMakeLists.txt106 PDBContext.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn70 "PDBContext.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp651 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()