Home
last modified time | relevance | path

Searched refs:DICtx (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp280 using HandlerFn = std::function<bool(ObjectFile &, DWARFContext &DICtx, Twine,
312 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies() argument
316 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies()
323 DWARFContext &DICtx) { in toDie() argument
329 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
335 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
343 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies() argument
346 if (DWARFDie Die = toDie(Entry, DICtx)) in getDies()
352 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx, in filterByAccelName() argument
356 getDies(DICtx, DICtx.getAppleNames(), Name, Dies); in filterByAccelName()
[all …]
DStatistics.cpp196 bool collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile() argument
201 for (const auto &CU : static_cast<DWARFContext *>(&DICtx)->compile_units()) in collectStatsForObjectFile()
/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput() local
35 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
39 DICtx->dump(nulls(), opts); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h38 static bool classof(const DIContext *DICtx) { in classof() argument
39 return DICtx->getKind() == CK_PDB; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h40 static bool classof(const DIContext *DICtx) { in classof() argument
41 return DICtx->getKind() == CK_PDB; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp47 std::unique_ptr<DIContext> DICtx) { in create() argument
49 new SymbolizableObjectFile(Obj, std::move(DICtx))); in create()
86 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile() argument
87 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()
DSymbolizableObjectFile.h35 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx);
83 std::unique_ptr<DIContext> DICtx);
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp33 std::unique_ptr<DIContext> DICtx) { in create() argument
35 new SymbolizableObjectFile(Obj, std::move(DICtx))); in create()
72 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile() argument
73 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()
DSymbolizableObjectFile.h29 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx);
76 std::unique_ptr<DIContext> DICtx);
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile() local
89 DICtx->dump(outs(), DumpType); in DumpObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h126 static bool classof(const DIContext *DICtx) { in classof() argument
127 return DICtx->getKind() == CK_DWARF; in classof()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h80 static bool classof(const DIContext *DICtx) { in classof() argument
81 return DICtx->getKind() == CK_DWARF; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
Ddsymutil.cpp268 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verify() local
270 bool success = DICtx->verify(os, DumpOpts.noImplicitRecursion()); in verify()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp190 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in dump() local
191 if (auto Err = dwarf2yaml(*DICtx, Y->DWARF)) in dump()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject() local
1699 DICtx->dump(outs(), DwarfDumpType, true /* DumpEH */); in DumpObject()
DMachODump.cpp1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO() local
1295 DICtx->dump(outs(), DwarfDumpType, true /* DumpEH */); in ProcessMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2299 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*o); in DumpObject() local
2303 DICtx->dump(outs(), DumpOpts); in DumpObject()
DMachODump.cpp1664 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local
1668 DICtx->dump(outs(), DumpOpts); in ProcessMachO()