Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h130 bool HasLocationAddress = false; in getVariableRelocAdjustment() local
149 HasLocationAddress = true; in getVariableRelocAdjustment()
155 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
159 HasLocationAddress = true; in getVariableRelocAdjustment()
169 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
179 return std::make_pair(HasLocationAddress, std::nullopt); in getVariableRelocAdjustment()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp455 bool HasLocationAddress = false; in getVariableRelocAdjustment()
474 HasLocationAddress = true; in getVariableRelocAdjustment()
480 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
484 HasLocationAddress = true; in getVariableRelocAdjustment()
494 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
504 return std::make_pair(HasLocationAddress, std::nullopt); in shouldKeepVariableDIE()
444 bool HasLocationAddress = false; getVariableRelocAdjustment() local