Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() function
161 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()