HomeSort by: relevance | last modified time | path
    Searched refs:decodeAddend (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const {
161 if (auto AddendOrErr = decodeAddend(RE))
RuntimeDyldMachOAArch64.h 34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const {
316 if (auto Addend = decodeAddend(RE))

Completed in 17 milliseconds