Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h29 class PDBContext : public DIContext {
31 PDBContext(PDBContext &) = delete;
32 PDBContext &operator=(PDBContext &) = delete;
35 PDBContext(const object::COFFObjectFile &Object,
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp24 PDBContext::PDBContext(const COFFObjectFile &Object, in PDBContext() function in PDBContext
32 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType, in dump()
35 DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
68 PDBContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange()
87 PDBContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress()
95 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName()
DCMakeLists.txt58 PDBContext.cpp
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp406 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()