Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp657 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()
/freebsd/lib/clang/libllvm/
H A DMakefile640 SRCS_EXT+= DebugInfo/PDB/PDBContext.cpp