Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp185 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
186 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
198 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
H A DMachO_arm64.cpp194 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
195 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
207 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
H A DJITLinkGeneric.cpp235 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h542 Addressable &getAddressable() { in getAddressable() function
548 const Addressable &getAddressable() const { in getAddressable() function
1334 auto &A = Sym.getAddressable(); in makeExternal()
1361 auto &A = Sym.getAddressable(); in makeAbsolute()