Home
last modified time | relevance | path

Searched refs:LocationOffset (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h223 unsigned LocationOffset = in getLocation() local
225 return LocationAccessor(P + LocationOffset); in getLocation()
/external/llvm/include/llvm/Object/
DStackMapParser.h215 unsigned LocationOffset = in getLocation() local
217 return LocationAccessor(P + LocationOffset); in getLocation()
/external/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h224 unsigned LocationOffset = in getLocation() local
226 return LocationAccessor(P + LocationOffset); in getLocation()
/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()