Searched refs:DIContext (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| HD | SymbolizableObjectFile.h | 34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx, 73 std::unique_ptr<DIContext> DebugInfoContext; 90 std::unique_ptr<DIContext> DICtx,
|
| HD | SymbolizableObjectFile.cpp | 46 std::unique_ptr<DIContext> DICtx, in create() 108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
|
| HD | Symbolize.cpp | 69 std::unique_ptr<DIContext> Context = in symbolizeCode() 504 std::unique_ptr<DIContext> Context, in createModuleInfo() 544 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| HD | PDBContext.h | 32 class PDBContext : public DIContext { 39 static bool classof(const DIContext *DICtx) { in classof()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| HD | DIContext.h | 204 class DIContext { 211 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function 212 virtual ~DIContext() = default;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFContext.h | 58 class DWARFContext : public DIContext { 118 static bool classof(const DIContext *DICtx) { in classof()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| HD | Symbolize.h | 94 std::unique_ptr<DIContext> Context,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | PDBContext.cpp | 25 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| HD | OProfileJITEventListener.cpp | 89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| HD | IntelJITEventListener.cpp | 109 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ |
| HD | module.modulemap | 88 module DIContext { header "DebugInfo/DIContext.h" export * }
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| HD | PerfJITEventListener.cpp | 241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| HD | llvm-rtdyld.cpp | 414 std::unique_ptr<DIContext> Context = in printLineInfoForInput()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFContext.cpp | 70 : DIContext(CK_DWARF), DWPName(std::move(DWPName)), DObj(std::move(DObj)) {} in DWARFContext()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 2178 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject()
|
| HD | MachODump.cpp | 2017 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() 7330 std::unique_ptr<DIContext> diContext; in DisassembleMachO()
|