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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { function in class:llvm::RuntimeDyldMachOARM
161 if (auto AddendOrErr = decodeAddend(RE))
H A DRuntimeDyldMachOAArch64.h34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { function in class:llvm::RuntimeDyldMachOAArch64
316 if (auto Addend = decodeAddend(RE))

Completed in 101 milliseconds