Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h62 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() function
160 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() function
316 if (auto Addend = decodeAddend(RE)) in processRelocationRef()