Searched refs:cantFail (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h822 return cantFail(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp563 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp644 cantFail(Sym.printName(NS));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp563 cantFail(R.notifyResolved(Symbols));
564 cantFail(R.notifyEmitted());
1506 cantFail(lodgeQueryImpl(MUs, Q, K, JDLookupFlags, Unresolved));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp590 cantFail(file->getCOFFObj()->getSectionContents(header, a));
H A DDriver.cpp937 cantFail(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp450 std::string name = cantFail(m_minidump_parser->GetMinidumpFile().getString(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp426 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
463 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
556 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
882 cantFail(WarningHandler(EI.message()),
4081 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
4132 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h1026 cantFail(Handler(make_error<ResponseAbandoned>()));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1380 InfoStream &IS = cantFail(File.getPDBInfoStream());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3116 cantFail(IO.mapEncodedInteger(Val));

Completed in 289 milliseconds

123