Home
last modified time | relevance | path

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

/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 …]
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp380 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in printLineInfoForInput() local
383 if (!MaybeObj) { in printLineInfoForInput()
386 logAllUnhandledErrors(MaybeObj.takeError(), OS); in printLineInfoForInput()
391 ObjectFile &Obj = **MaybeObj; in printLineInfoForInput()
515 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in executeInput() local
518 if (!MaybeObj) { in executeInput()
521 logAllUnhandledErrors(MaybeObj.takeError(), OS); in executeInput()
526 ObjectFile &Obj = **MaybeObj; in executeInput()
909 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in linkAndVerify() local
912 if (!MaybeObj) { in linkAndVerify()
[all …]