Home
last modified time | relevance | path

Searched refs:LowPcIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp503 Optional<uint32_t> LowPcIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_low_pc); in shouldKeepSubprogramDIE() local
504 if (!LowPcIdx) in shouldKeepSubprogramDIE()
511 getAttributeOffsets(Abbrev, *LowPcIdx, Offset, OrigUnit); in shouldKeepSubprogramDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2127 uint32_t LowPcIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_low_pc); in shouldKeepSubprogramDIE() local
2128 if (LowPcIdx == -1U) in shouldKeepSubprogramDIE()
2135 getAttributeOffsets(Abbrev, LowPcIdx, Offset, OrigUnit); in shouldKeepSubprogramDIE()