Home
last modified time | relevance | path

Searched refs:getAddressable (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp193 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
194 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
206 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
H A DMachO_x86_64.cpp184 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
185 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
197 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
H A DJITLinkGeneric.cpp235 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h541 Addressable &getAddressable() { in getAddressable() function
547 const Addressable &getAddressable() const { in getAddressable() function
1323 auto &A = Sym.getAddressable(); in makeExternal()
1350 auto &A = Sym.getAddressable(); in makeAbsolute()