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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp26 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp81 Expected<std::unique_ptr<Object>> ObjOrErr = TheReader.create(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp193 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
H A DArchiveWriter.cpp381 auto ObjOrErr = object::SymbolicFile::createSymbolicFile( local
387 auto ObjOrErr = object::SymbolicFile::createSymbolicFile(Buf); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp258 Expected<std::unique_ptr<Object>> ObjOrErr = Reader.create(); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp635 Expected<std::unique_ptr<MachOObjectFile>> ObjOrErr = Obj.getAsObjectFile(); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp439 Expected<std::unique_ptr<MachOObjectFile>> ObjOrErr = O.getAsObjectFile(); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp236 Expected<std::unique_ptr<object::ObjectFile>> ObjOrErr = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp661 Expected<std::unique_ptr<lto::InputFile>> ObjOrErr = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp545 Expected<std::unique_ptr<InputFile>> ObjOrErr = InputFile::create(BufferRef); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp146 Expected<std::unique_ptr<DyldELFObject<ELFT>>> ObjOrErr = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2000 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
2085 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
2135 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = O.getAsObjectFile(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp2385 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = local
2452 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
2502 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile(); local
[all...]

Completed in 215 milliseconds