Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h112 std::optional<DWARFFormValue> LocationValue = in getVariableRelocAdjustment() local
114 if (!LocationValue) in getVariableRelocAdjustment()
120 std::optional<ArrayRef<uint8_t>> Expr = LocationValue->getAsBlock(); in getVariableRelocAdjustment()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp437 std::optional<DWARFFormValue> LocationValue = in getVariableRelocAdjustment() local
439 if (!LocationValue) in getVariableRelocAdjustment()
445 std::optional<ArrayRef<uint8_t>> Expr = LocationValue->getAsBlock(); in getVariableRelocAdjustment()