Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h88 class DWARFContextInMemory : public DWARFContext {
95 DWARFContextInMemory(bool isLittleEndian, in DWARFContextInMemory() function
DDIContext.cpp22 return new DWARFContextInMemory(isLittleEndian, infoSection, abbrevSection, in getDWARFContext()
/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h240 class DWARFContextInMemory : public DWARFContext {
280 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.cpp656 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj, in DWARFContextInMemory() function in DWARFContextInMemory
884 void DWARFContextInMemory::anchor() { } in anchor()
DDWARFUnit.cpp279 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.cpp410 Context.reset(new DWARFContextInMemory(*Objects.second)); in getOrCreateModuleInfo()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp330 new DWARFContextInMemory(*SymbolObj,LoadedObjInfo.get())); in printLineInfoForInput()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1295 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);
3338 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule()
3383 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits()
3450 DWARFContextInMemory DwarfContext(*ErrOrObj); in link()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject()
DMachODump.cpp1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO()
6576 diContext.reset(new DWARFContextInMemory(*DbgObj)); in DisassembleMachO()