Home
last modified time | relevance | path

Searched refs:MaybeObj (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp301 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in printLineInfoForInput() local
304 if (!MaybeObj) { in printLineInfoForInput()
307 logAllUnhandledErrors(MaybeObj.takeError(), OS, ""); in printLineInfoForInput()
312 ObjectFile &Obj = **MaybeObj; in printLineInfoForInput()
430 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in executeInput() local
433 if (!MaybeObj) { in executeInput()
436 logAllUnhandledErrors(MaybeObj.takeError(), OS, ""); in executeInput()
441 ObjectFile &Obj = **MaybeObj; in executeInput()
698 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in linkAndVerify() local
701 if (!MaybeObj) { in linkAndVerify()
[all …]
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp295 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in printLineInfoForInput() local
298 if (!MaybeObj) { in printLineInfoForInput()
301 logAllUnhandledErrors(MaybeObj.takeError(), OS, ""); in printLineInfoForInput()
306 ObjectFile &Obj = **MaybeObj; in printLineInfoForInput()
424 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in executeInput() local
427 if (!MaybeObj) { in executeInput()
430 logAllUnhandledErrors(MaybeObj.takeError(), OS, ""); in executeInput()
435 ObjectFile &Obj = **MaybeObj; in executeInput()
693 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in linkAndVerify() local
696 if (!MaybeObj) { in linkAndVerify()
[all …]