Home
last modified time | relevance | path

Searched refs:ValueOrErr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
72 Value = *ValueOrErr; in processRelocationRef()
74 return ValueOrErr.takeError(); in processRelocationRef()
DRuntimeDyldMachOX86_64.h54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
55 Value = *ValueOrErr; in processRelocationRef()
57 return ValueOrErr.takeError(); in processRelocationRef()
DRuntimeDyldMachOARM.h94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
95 Value = *ValueOrErr; in processRelocationRef()
97 return ValueOrErr.takeError(); in processRelocationRef()
DRuntimeDyldMachOAArch64.h287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
288 Value = *ValueOrErr; in processRelocationRef()
290 return ValueOrErr.takeError(); in processRelocationRef()