Searched defs:ObjOrErr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp182 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
H A DArchiveWriter.cpp358 auto ObjOrErr = object::SymbolicFile::createSymbolicFile( local
367 auto ObjOrErr = object::SymbolicFile::createSymbolicFile(Buf); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp224 Expected<std::unique_ptr<Object>> ObjOrErr = Reader.create(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp582 Expected<std::unique_ptr<MachOObjectFile>> ObjOrErr = Obj.getAsObjectFile(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp658 Expected<std::unique_ptr<lto::InputFile>> ObjOrErr = local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1865 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
1950 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
2000 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = O.getAsObjectFile(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp153 Expected<std::unique_ptr<DyldELFObject<ELFT>>> ObjOrErr = local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2399 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
2466 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
2516 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
[all...]

Completed in 110 milliseconds