Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
DRuntimeDyldMachOI386.h71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
72 Value = *ValueOrErr; in processRelocationRef()
74 return ValueOrErr.takeError(); in processRelocationRef()
DRuntimeDyldMachOARM.h167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
168 Value = *ValueOrErr; in processRelocationRef()
170 return ValueOrErr.takeError(); in processRelocationRef()
DRuntimeDyldMachOAArch64.h328 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
329 Value = *ValueOrErr; in processRelocationRef()
331 return ValueOrErr.takeError(); in processRelocationRef()
/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()