Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp181 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
186 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
H A DMachO_arm64.cpp190 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
195 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
H A DJITLinkGeneric.cpp221 Sym->getAddressable().setAddress( in applyLookupResult()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h528 Addressable &getAddressable() { in getAddressable() function
534 const Addressable &getAddressable() const { in getAddressable() function
1230 auto &A = Sym.getAddressable(); in makeExternal()
1257 auto &A = Sym.getAddressable(); in makeAbsolute()