Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp112 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() local
117 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp127 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() local
137 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h161 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h160 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp856 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend(); in processRelocationRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp640 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1115 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp19 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DRelocVisitor.h250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp740 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1219 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DRelocationResolver.cpp34 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local