Searched refs:ErrorInfo (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp132 uint64_t &ErrorInfo,
1149 MCStreamer &Out, uint64_t &ErrorInfo,
1153 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
1171 if (ErrorInfo != ~0ULL) {
1172 if (ErrorInfo >= Operands.size())
1175 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();
1147 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
161 : CurBuf(StartBuf), ErrorInfo(Err), SM(SM), Context(C), APFloatVal(0.0),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h658 class PythonException : public llvm::ErrorInfo<PythonException> {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h319 class SentinelError : public ErrorInfo<SentinelError> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp926 StringRef ErrorInfo;
927 if (!TII->verifyInstruction(*MI, ErrorInfo))
928 report(ErrorInfo.data(), MI);
1500 StringRef ErrorInfo; local
1501 if (!TII->verifyInstruction(*MI, ErrorInfo))
1502 report(ErrorInfo.data(), MI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h67 class CoverageMapError : public ErrorInfo<CoverageMapError> {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h306 class InstrProfError : public ErrorInfo<InstrProfError> {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h690 class ParseError : public llvm::ErrorInfo<ParseError> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1255 uint64_t &ErrorInfo,
3679 uint64_t &ErrorInfo,
3699 ErrorInfo = EI;
3728 if (ErrorInfo != ~0ULL) {
3729 if (ErrorInfo >= Operands.size()) {
3732 ErrorLoc = ((AMDGPUOperand &)*Operands[ErrorInfo]).getStartLoc();
3676 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h43 class JITLinkError : public ErrorInfo<JITLinkError> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2270 uint64_t ErrorInfo; local
2272 IDLoc, Info.Opcode, Info.ParsedOperands, Out, ErrorInfo,
H A DMasmParser.cpp2421 uint64_t ErrorInfo; local
2423 IDLoc, Info.Opcode, Info.ParsedOperands, Out, ErrorInfo,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp707 uint64_t &ErrorInfo,
10749 MCStreamer &Out, uint64_t &ErrorInfo,
10747 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument

Completed in 351 milliseconds

123