Searched
refs:EC (Results
401 -
425 of
799) sorted by null
<<11121314151617181920>>
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 599 std::error_code EC, const Twine &Message) { 600 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); 602 return EC; 606 std::error_code EC) { 607 return Error(DiagnosticHandler, EC, EC.message()); [all...] |
/external/llvm/lib/AsmParser/ |
Parser.cpp | 53 if (std::error_code EC = FileOrErr.getError()) { 55 "Could not open input file: " + EC.message());
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFX86_64.h | 206 if (auto EC = Section.getName(Name)) 207 return errorCodeToError(EC);
|
/external/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 212 std::error_code EC; 213 tool_output_file Out(Path, EC, sys::fs::F_None); 214 if (EC) { 245 std::error_code EC = 247 if (EC) { 248 emitError(EC.message()); 283 if (std::error_code EC = BufferOrErr.getError()) { 284 emitError(EC.message());
|
/external/llvm/lib/Object/ |
ObjectFile.cpp | 115 if (std::error_code EC = FileOrErr.getError()) 116 return errorCodeToError(EC);
|
IRObjectFile.cpp | 282 if (std::error_code EC = Sec.getContents(SecContents)) 283 return EC; 323 if (std::error_code EC = MOrErr.getError()) 324 return EC;
|
/external/llvm/lib/Target/AArch64/ |
AArch64A57FPLoadBalancing.cpp | 359 EquivalenceClasses<Chain*> EC; 361 EC.insert(I.get()); 366 EC.unionSets(I.get(), J.get()); 367 DEBUG(dbgs() << "Created " << EC.getNumClasses() << " disjoint sets.\n"); 374 for (auto I = EC.begin(), E = EC.end(); I != E; ++I) { 375 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end());
|
/external/llvm/lib/Transforms/IPO/ |
FunctionImport.cpp | 466 std::error_code EC; 467 raw_fd_ostream ImportsOS(OutputFilename, EC, sys::fs::OpenFlags::F_None); 468 if (EC) 469 return EC; 707 if (std::error_code EC = BufferOrErr.getError()) { 708 Error = EC.message(); 715 if (std::error_code EC = ObjOrErr.getError()) { 716 Error = EC.message();
|
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 200 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) 201 return EC; 203 if (std::error_code EC = resolveSectionAndAddress(Obj, Sym, Section, Addr)) 204 return EC; 205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) 206 return EC; 216 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) 217 return EC;
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 292 if (std::error_code EC = InputBuffer.getError()) 293 ErrorAndExit("unable to read input: '" + EC.message() + "'"); 422 if (std::error_code EC = InputBuffer.getError()) 423 ErrorAndExit("unable to read input: '" + EC.message() + "'"); 479 if (std::error_code EC = CheckerFileBuf.getError()) 481 EC.message()); 690 if (std::error_code EC = InputBuffer.getError()) 691 ErrorAndExit("unable to read input: '" + EC.message() + "'");
|
/external/llvm/tools/opt/ |
opt.cpp | 423 std::error_code EC; 424 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None)); 425 if (EC) { 426 errs() << EC.message() << '\n'; 512 std::error_code EC; 513 Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, 515 if (EC) { 516 errs() << EC.message() << '\n';
|
/system/nfc/halimpl/pn54x/ |
libnfc-nxp-PN553_example.conf | 145 A0, EC, 01, 01,
|
libnfc-nxp-PN553_example_NCI2_0.conf | 145 A0, EC, 01, 01,
|
libnfc-nxp-PN80T_example.conf | 147 A0, EC, 01, 01,
|
libnfc-nxp-PN80T_example_NCI2_0.conf | 147 A0, EC, 01, 01,
|
/external/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/external/llvm/tools/dsymutil/ |
DebugMap.cpp | 118 if (auto EC = yin.error()) 119 return EC; 220 if (auto EC = ErrOrObjectFiles.getError()) { 221 llvm::errs() << "warning: Unable to open " << Path << " " << EC.message()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.cpp | 265 if (std::error_code EC = llvm::sys::fs::create_directories( 268 output_path.c_str(), EC.message().c_str()); 353 if (std::error_code EC = llvm::sys::fs::create_directories( 355 fprintf(stderr, "Error: %s\n", EC.message().c_str());
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
Memory.h | 63 /// \p EC [out] returns an object describing any error that occurs. 75 /// otherwise a null MemoryBlock is with \p EC describing the error. 81 std::error_code &EC);
|
Completed in 747 milliseconds
<<11121314151617181920>>