Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp172 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
177 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
DMachO_arm64.cpp170 if (&BlockToFix == &FromSymbol->getAddressable()) { in parsePairRelocation()
175 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
DJITLink.cpp130 << formatv("{0:x16}", Sym.getAddressable().getAddress()) << " + " in operator <<()
DJITLinkGeneric.cpp285 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h431 Addressable &getAddressable() { in getAddressable() function
437 const Addressable &getAddressable() const { in getAddressable() function
948 if (Sym.getAddressable().isAbsolute()) { in makeExternal()