Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp128 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() local
138 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h160 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp34 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) { in getELFAddend() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp744 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1231 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() local