Searched refs:getLoc (Results 1 - 25 of 211) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp64 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G3));
67 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2));
70 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G2));
73 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2_NC));
76 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G1));
79 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G1_NC));
82 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G2));
85 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G1_NC));
88 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G2));
91 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MO
[all...]
H A DAArch64MachObjectWriter.cpp102 Asm.getContext().reportError(Fixup.getLoc(),
182 Asm.getContext().reportError(Fixup.getLoc(),
193 Asm.getContext().reportError(Fixup.getLoc(),
200 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!");
212 Asm.getContext().reportError(Fixup.getLoc(),
244 Asm.getContext().reportError(Fixup.getLoc(),
251 Asm.getContext().reportError(Fixup.getLoc(),
265 Fixup.getLoc(),
272 Fixup.getLoc(),
280 Fixup.getLoc(), "unsupporte
[all...]
H A DAArch64WinCOFFObjectWriter.cpp52 Ctx.reportError(Fixup.getLoc(), "Cannot represent this expression");
70 Ctx.reportError(Fixup.getLoc(), "relocation variant " +
80 Ctx.reportError(Fixup.getLoc(), "relocation type " +
85 Ctx.reportError(Fixup.getLoc(), Twine("relocation type ") + Info.Name +
H A DAArch64AsmBackend.cpp158 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
169 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
171 Ctx.reportError(Fixup.getLoc(), "fixup not sufficiently aligned");
180 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
187 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
189 Ctx.reportError(Fixup.getLoc(), "fixup must be 2-byte aligned");
196 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
198 Ctx.reportError(Fixup.getLoc(), "fixup must be 4-byte aligned");
205 Ctx.reportError(Fixup.getLoc(), "fixup value out of range");
207 Ctx.reportError(Fixup.getLoc(), "fixu
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h38 SourceLocation getLoc() const { return Loc; } function in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc
47 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
50 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
53 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp43 Loc = getTok().getLoc();
49 return Error(getTok().getLoc(), "expected newline");
56 return Error(getTok().getLoc(), Msg);
65 return Error(getTok().getLoc(), Msg);
86 return check(P, getTok().getLoc(), Msg);
96 return Error(getLexer().getLoc(), Msg, Range);
H A DMCAsmParserExtension.cpp27 SMLoc FromLoc = getLexer().getLoc();
36 SMLoc ToLoc = getLexer().getLoc();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DSource.cpp15 SourceLocation SourceInfo::getLoc() const { function in class:SourceInfo
38 return getSource(F, PC).getLoc();
H A DByteCodeGenError.h29 const SourceLocation &getLoc() const { return Loc; } function in struct:clang::interp::ByteCodeGenError
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp68 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value.");
70 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned.");
75 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value.");
77 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned.");
82 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value.");
84 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned.");
89 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value.");
91 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned.");
/netbsd-current/external/apache2/llvm/dist/clang/examples/Attribute/
H A DAttribute.cpp42 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type_str)
56 S.Diag(Attr.getLoc(), ID);
66 S.Diag(Attr.getLoc(), ID);
78 S.Diag(Attr.getLoc(), ID);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp33 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
71 DirLoc.getLoc()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp90 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol");
95 Ctx.reportError(Fixup.getLoc(),
162 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol");
167 Ctx.reportError(Fixup.getLoc(),
176 Ctx.reportError(Fixup.getLoc(),
185 Ctx.reportError(Fixup.getLoc(),
229 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVT instruction");
239 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVW instruction");
249 Ctx.reportError(Fixup.getLoc(),
260 Ctx.reportError(Fixup.getLoc(),
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DError.cpp72 PrintNote(Rec->getLoc(), Msg);
81 PrintNote(RecVal->getLoc(), Msg);
114 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg);
120 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg);
142 PrintError(Rec->getLoc(), Msg);
151 PrintError(RecVal->getLoc(), Msg);
H A DDetailedRecordsBackend.cpp92 SrcMgr.getFormattedLocationNoOffset(Class->getLoc().front()));
109 SrcMgr.getFormattedLocationNoOffset(Rec->getLoc().front()));
126 const auto &LocList = Rec->getLoc();
152 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(Value->getLoc()));
191 SrcMgr.getFormattedLocationNoOffset(Value.getLoc()));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.cpp94 CGI.TheDef->getLoc(),
134 CGI.TheDef->getLoc(),
143 CGI.TheDef->getLoc(),
153 PrintFatalError(CGI.TheDef->getLoc(),
160 CGI.TheDef->getLoc(),
166 PrintFatalError(CGI.TheDef->getLoc(),
H A DCodeGenInstruction.cpp36 PrintFatalError(R->getLoc(),
40 PrintFatalError(R->getLoc(),
48 PrintFatalError(R->getLoc(),
52 PrintFatalError(R->getLoc(),
73 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() +
99 PrintFatalError(R->getLoc(),
121 PrintFatalError(R->getLoc(), "Unknown operand class '" + Rec->getName() +
127 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() +
131 PrintFatalError(R->getLoc(),
161 PrintFatalError(TheDef->getLoc(), "'"
[all...]
H A DSubtargetFeatureInfo.cpp38 PrintFatalError(Pred->getLoc(), "Predicate has no name!");
125 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!");
127 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!");
139 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!");
145 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp48 Ctx.reportError(Fixup.getLoc(), "Cannot represent this expression");
81 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type");
103 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type");
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp114 PrintFatalError(creationRule.getLoc(),
128 PrintFatalError(overrideRule.getLoc(),
142 PrintFatalError(helperRule.getLoc(),
165 PrintFatalError(kindRule.getLoc(),
315 PrintError(existingProperty.getLoc(),
318 PrintNote(property.getLoc(), "existing property");
328 PrintError(type.getLoc(),
330 if (context) PrintNote(context.getLoc(), "type used here");
338 PrintError(valueType.getLoc(),
340 if (context) PrintNote(context.getLoc(), "typ
[all...]
H A DASTTableGen.cpp29 PrintFatalError(getLoc(), "unexpected node declaring properties");
36 PrintFatalError(node->getLoc(),
88 //PrintFatalError(getLoc(), "unexpected generic property type");
126 PrintFatalError(node.getLoc(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp38 SMLoc getLoc() const { return getParser().getTok().getLoc(); } function in class:__anon2379::CSKYAsmParser
398 StartLoc = Tok.getLoc();
411 SMLoc S = getLoc();
435 Operands.push_back(CSKYOperand::createToken("(", getLoc()));
446 Error(getLoc(), "expected ','");
454 Error(getLoc(), "expected '<<'");
458 Operands.push_back(CSKYOperand::createToken("<<", getLoc()));
463 Error(getLoc(), "expected imm");
468 Error(getLoc(), "expecte
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFixup.h115 FI.Loc = Fixup.getLoc();
126 FI.Loc = Fixup.getLoc();
201 SMLoc getLoc() const { return Loc; } function in class:llvm::MCFixup
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLLexer.h57 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); } function in class:llvm::LLLexer
70 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp82 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
92 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup");
131 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup");
141 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup");
151 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
160 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
167 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
173 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
182 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup");
191 Ctx.reportError(Fixup.getLoc(), "ou
[all...]

Completed in 395 milliseconds

123456789