Home
last modified time | relevance | path

Searched defs:AddendOrErr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h160 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef() local
/external/llvm/include/llvm/Object/
DRelocVisitor.h250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp630 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp856 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend(); in processRelocationRef() local