Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
HDInstrumentationMap.cpp112 auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend(); in loadObj() local
117 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOARM.h161 if (auto AddendOrErr = decodeAddend(RE)) in processRelocationRef() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp19 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp640 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection() local
1115 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef() local