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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.h 19 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
77 void updateAccelKind(DWARFContext &Dwarf);
148 std::unique_ptr<DWARFContext> DwarfContext;
161 DwarfContext = ObjectFile ? DWARFContext::create(*ObjectFile) : nullptr;
167 DwarfContext.reset(nullptr);
293 void cloneAllCompileUnits(DWARFContext &DwarfContext,
404 void patchRangesForUnit(const CompileUnit &Unit, DWARFContext &Dwarf
    [all...]
DwarfLinker.cpp 43 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp 20 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
231 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj);
232 uint32_t NumCUs = DwarfContext->getNumCompileUnits();
234 DWARFCompileUnit *U = DwarfContext->getCompileUnitAtIndex(0);
494 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj);
497 uint32_t NumCUs = DwarfContext->getNumCompileUnits()
    [all...]

Completed in 153 milliseconds