Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolizableObjectFile.h34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx,
73 std::unique_ptr<DIContext> DebugInfoContext;
90 std::unique_ptr<DIContext> DICtx,
HDSymbolizableObjectFile.cpp46 std::unique_ptr<DIContext> DICtx, in create()
108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
HDSymbolize.cpp69 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/
HDPDBContext.h32 class PDBContext : public DIContext {
39 static bool classof(const DIContext *DICtx) { in classof()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
HDDIContext.h204 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/
HDDWARFContext.h58 class DWARFContext : public DIContext {
118 static bool classof(const DIContext *DICtx) { in classof()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDSymbolize.h94 std::unique_ptr<DIContext> Context,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp25 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
HDOProfileJITEventListener.cpp89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
HDIntelJITEventListener.cpp109 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
HDmodule.modulemap88 module DIContext { header "DebugInfo/DIContext.h" export * }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
HDPerfJITEventListener.cpp241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp414 std::unique_ptr<DIContext> Context = in printLineInfoForInput()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp70 : DIContext(CK_DWARF), DWPName(std::move(DWPName)), DObj(std::move(DObj)) {} in DWARFContext()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp2178 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject()
HDMachODump.cpp2017 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO()
7330 std::unique_ptr<DIContext> diContext; in DisassembleMachO()