Home
last modified time | relevance | path

Searched refs:DIContext (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h16 #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 DSymbolize.h19 #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 DBTFContext.h22 class BTFContext final : public DIContext {
26 BTFContext() : DIContext(CK_BTF) {} in BTFContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h32 class PDBContext : public DIContext {
39 static bool classof(const DIContext *DICtx) { in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h236 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 DDWARFContext.h48 class DWARFContext : public DIContext {
149 static bool classof(const DIContext *DICtx) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp32 std::unique_ptr<DIContext> DICtx, in create()
91 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
H A DSymbolize.cpp587 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 DOProfileJITEventListener.cpp89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp27 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap117 module DIContext { header "llvm/DebugInfo/DIContext.h" export * }
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp240 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp238 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp430 std::unique_ptr<DIContext> Context = DWARFContext::create( in initialize()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp464 std::unique_ptr<DIContext> Context = DWARFContext::create( in printLineInfoForInput()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp751 : DIContext(CK_DWARF), in DWARFContext()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3303 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject()
H A DMachODump.cpp2217 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO()
7403 std::unique_ptr<DIContext> diContext; in DisassembleMachO()