HomeSort by relevance Sort by last modified time
    Searched defs:DICtx (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/fuzzer/
llvm-dwarfdump-fuzzer.cpp 34 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj);
39 DICtx->dump(nulls(), opts);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
dsymutil.cpp 268 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj);
270 bool success = DICtx->verify(os, DumpOpts.noImplicitRecursion());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 280 using HandlerFn = std::function<bool(ObjectFile &, DWARFContext &DICtx, Twine,
312 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel,
316 if (DWARFDie Die = DICtx.getDIEForOffset(*Off))
323 DWARFContext &DICtx) {
329 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff);
335 CU = DICtx.getDWOCompileUnitForHash(*DWOId);
343 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel,
346 if (DWARFDie Die = toDie(Entry, DICtx))
352 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx,
356 getDies(DICtx, DICtx.getAppleNames(), Name, Dies)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
macho2yaml.cpp 190 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj);
191 if (auto Err = dwarf2yaml(*DICtx, Y->DWARF))
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1951 milliseconds