Searched defs:ValueOrErr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 120 Expected<uint64_t> ValueOrErr = Reloc.getSymbol()->getValue(); in loadObj() local 130 Expected<uint64_t> ValueOrErr = Reloc.getSymbol()->getValue(); in loadObj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | SymbolSize.cpp | 81 Expected<uint64_t> ValueOrErr = Sym.getValue(); in computeSymbolSizes() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 52 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOI386.h | 69 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOAArch64.h | 327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOARM.h | 167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|