Home
last modified time | relevance | path

Searched refs:OrigUnitDie (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp419 auto OrigUnitDie = OrigUnit.getUnitDIE(false); in emitLocationsForUnit() local
421 if (auto OrigLowPc = dwarf::toAddress(OrigUnitDie.find(dwarf::DW_AT_low_pc))) in emitLocationsForUnit()
DDWARFLinker.cpp1562 auto OrigUnitDie = OrigUnit.getUnitDIE(false); in patchRangesForUnit() local
1564 dwarf::toAddress(OrigUnitDie.find(dwarf::DW_AT_low_pc), -1ULL); in patchRangesForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp848 const auto *OrigUnitDie = OrigUnit.getUnitDIE(false); in emitLocationsForUnit() local
850 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in emitLocationsForUnit()
2885 const auto *OrigUnitDie = OrigUnit.getUnitDIE(false); in patchRangesForUnit() local
2886 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in patchRangesForUnit()