Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp468 uint64_t LocationOffset, LocationEndOffset; in shouldKeepVariableDIE() local
469 std::tie(LocationOffset, LocationEndOffset) = in shouldKeepVariableDIE()
477 if (!RelocMgr.hasValidRelocationAt(LocationOffset, LocationEndOffset, in shouldKeepVariableDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2098 uint32_t LocationOffset, LocationEndOffset; in shouldKeepVariableDIE() local
2099 std::tie(LocationOffset, LocationEndOffset) = in shouldKeepVariableDIE()
2107 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE()