Home
last modified time | relevance | path

Searched refs:DWARFContextInMemory (Results 1 – 10 of 10) sorted by relevance

/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp32 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h235 class DWARFContextInMemory : public DWARFContext {
274 DWARFContextInMemory(const object::ObjectFile &Obj,
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp594 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj, in DWARFContextInMemory() function in DWARFContextInMemory
814 void DWARFContextInMemory::anchor() { } in anchor()
DDWARFUnit.cpp275 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp374 Context.reset(new DWARFContextInMemory(*Objects.second)); in getOrCreateModuleInfo()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp325 new DWARFContextInMemory(*SymbolObj,LoadedObjInfo.get())); in printLineInfoForInput()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1293 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);
3248 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule()
3285 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits()
3352 DWARFContextInMemory DwarfContext(*ErrOrObj); in link()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6047 diContext.reset(new DWARFContextInMemory(*DbgObj)); in DisassembleMachO()