Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h28 class PDBContext : public DIContext {
30 PDBContext(PDBContext &) = delete;
31 PDBContext &operator=(PDBContext &) = delete;
34 PDBContext(const object::COFFObjectFile &Object,
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp23 PDBContext::PDBContext(const COFFObjectFile &Object, in PDBContext() function in PDBContext
31 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType) {} in dump()
33 DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
66 PDBContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange()
85 PDBContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress()
93 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName()
DAndroid.mk7 PDBContext.cpp \
DCMakeLists.txt35 PDBContext.cpp
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp370 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()