Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp461 Optional<uint32_t> LocationIdx = in shouldKeepVariableDIE() local
463 if (!LocationIdx) in shouldKeepVariableDIE()
470 getAttributeOffsets(Abbrev, *LocationIdx, Offset, OrigUnit); in shouldKeepVariableDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2092 uint32_t LocationIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_location); in shouldKeepVariableDIE() local
2093 if (LocationIdx == -1U) in shouldKeepVariableDIE()
2100 getAttributeOffsets(Abbrev, LocationIdx, Offset, OrigUnit); in shouldKeepVariableDIE()