HomeSort by relevance Sort by last modified time
    Searched refs:RefDie (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.cpp 77 DIE *RefDie;
81 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
85 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset());
DwarfLinker.cpp 131 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) {
134 if (!RefDie.isNULL())
135 return RefDie;
717 if (auto RefDie = resolveDIEReference(*this, DMO, Units, Val, Unit, Die,
719 uint32_t RefIdx = ReferencedCU->getOrigUnit().getDIEIndex(RefDie);
743 lookForDIEsToKeep(RelocMgr, Ranges, Units, RefDie, DMO, *ReferencedCU,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.h 118 /// \param RefDie the DIE that this attriute refers to.
119 void addAttribute(uint16_t Attr, dwarf::Form Form, dwarfgen::DIE &RefDie);
DwarfGenerator.cpp 91 dwarfgen::DIE &RefDie) {
94 DIEEntry(*RefDie.Die));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 419 DIE *RefDie;
423 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
427 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 113 milliseconds