Searched refs:PDBContext (Results 1 – 4 of 4) sorted by relevance
32 class PDBContext : public DIContext {34 PDBContext(const object::COFFObjectFile &Object,36 PDBContext(PDBContext &) = delete;37 PDBContext &operator=(PDBContext &) = delete;
25 PDBContext::PDBContext(const COFFObjectFile &Object, in PDBContext() function in PDBContext33 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()
657 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()
640 SRCS_EXT+= DebugInfo/PDB/PDBContext.cpp