Searched refs:ValueOrErr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local 72 Value = *ValueOrErr; in processRelocationRef() 74 return ValueOrErr.takeError(); in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local 55 Value = *ValueOrErr; in processRelocationRef() 57 return ValueOrErr.takeError(); in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local 95 Value = *ValueOrErr; in processRelocationRef() 97 return ValueOrErr.takeError(); in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local 288 Value = *ValueOrErr; in processRelocationRef() 290 return ValueOrErr.takeError(); in processRelocationRef()
|