Searched refs:DIContext (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.h | 16 #include "llvm/DebugInfo/DIContext.h" 34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx, 74 std::unique_ptr<DIContext> DebugInfoContext; 97 std::unique_ptr<DIContext> DICtx,
|
H A D | Symbolize.h | 19 #include "llvm/DebugInfo/DIContext.h" 170 createModuleInfo(const ObjectFile *Obj, std::unique_ptr<DIContext> Context,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTFContext.h | 22 class BTFContext final : public DIContext { 26 BTFContext() : DIContext(CK_BTF) {} in BTFContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBContext.h | 32 class PDBContext : public DIContext { 39 static bool classof(const DIContext *DICtx) { in classof()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 236 class DIContext { 240 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function 241 virtual ~DIContext() = default;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 48 class DWARFContext : public DIContext { 149 static bool classof(const DIContext *DICtx) { in classof()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 32 std::unique_ptr<DIContext> DICtx, in create() 91 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
|
H A D | Symbolize.cpp | 587 std::unique_ptr<DIContext> Context, in createModuleInfo() 630 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo() 694 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 27 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
|
/freebsd/contrib/llvm-project/llvm/include/ |
H A D | module.modulemap | 117 module DIContext { header "llvm/DebugInfo/DIContext.h" export * }
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 240 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 238 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 430 std::unique_ptr<DIContext> Context = DWARFContext::create( in initialize()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 464 std::unique_ptr<DIContext> Context = DWARFContext::create( in printLineInfoForInput()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 751 : DIContext(CK_DWARF), in DWARFContext()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3303 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject()
|
H A D | MachODump.cpp | 2217 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() 7403 std::unique_ptr<DIContext> diContext; in DisassembleMachO()
|