Searched refs:PDBContext (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 29 class PDBContext : public DIContext { 31 PDBContext(PDBContext &) = delete; 32 PDBContext &operator=(PDBContext &) = delete; 35 PDBContext(const object::COFFObjectFile &Object,
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 24 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()
|
D | CMakeLists.txt | 58 PDBContext.cpp
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 406 Context.reset(new PDBContext(*CoffObject, std::move(Session))); in getOrCreateModuleInfo()
|