Searched refs:getLoc (Results 101 - 125 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp242 LocalOffset->getLoc(), ".localentry expression must be absolute.");
247 LocalOffset->getLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1235 StartLoc = Tok.getLoc();
1438 return Error(Parser.getTok().getLoc(), "expected '('");
1449 return Error(Parser.getTok().getLoc(), "expected ')'");
1461 SMLoc S = Parser.getTok().getLoc();
1462 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
1522 S = Parser.getTok().getLoc();
1526 return Error(Parser.getTok().getLoc(), "missing ')'");
1527 E = Parser.getTok().getLoc();
1536 S = Parser.getTok().getLoc();
1567 E = Parser.getTok().getLoc();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp209 Ctx.reportError(Fixup.getLoc(), "expected relocatable expression");
214 Ctx.reportError(Fixup.getLoc(),
303 getContext().reportError(FF.getLoc(),
309 getContext().reportError(FF.getLoc(), "invalid number of bytes");
350 getContext().reportError(OF.getLoc(),
360 getContext().reportError(OF.getLoc(), "expected absolute expression");
368 OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) +
H A DMCELFStreamer.cpp469 SRE->getLoc(), Twine("Reference to undefined temporary symbol ") +
476 MCSymbolRefExpr::create(S, SRE->getKind(), getContext(), SRE->getLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp803 StartLoc = Tok.getLoc();
930 SMLoc Loc = getLexer().getLoc();
938 SMLoc Loc = getLexer().getLoc();
944 SMLoc Loc = getLexer().getLoc();
1118 SMLoc S = Tok.getLoc();
1224 SMLoc S = Tok.getLoc();
1349 VEOperand::CreateMImm(EVal, Suffix == "0", Tok1.getLoc(), EndLoc));
1391 SMLoc S = Parser.getTok().getLoc();
1392 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp242 SMLoc FirstLoc = getLexer().getLoc();
252 SMLoc PrevLoc = getLexer().getLoc();
272 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
452 SMLoc StartLoc = L.getLoc();
734 SMLoc TypeLoc = getLexer().getLoc();
H A DCOFFAsmParser.cpp466 OffsetLoc = getLexer().getLoc();
496 OffsetLoc = getLexer().getLoc();
699 SMLoc startLoc = getLexer().getLoc();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp550 Loc L = val.castAs<nonloc::LocAsInteger>().getLoc();
567 if (const MemRegion *R = LV->getLoc().getAsRegion()) {
572 return LV->getLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp549 PrintFatalError(Reg.TheDef->getLoc(),
799 AliasMap[getQualifiedName(DI->getOperatorAsDef(R->getLoc()))].insert(
974 PrintFatalError(R->getLoc(), "Invalid AssemblerCondDag!");
976 PrintFatalError(R->getLoc(), "Invalid AssemblerCondDag!");
984 PrintFatalError(R->getLoc(), "Invalid AssemblerCondDag!");
990 PrintFatalError(R->getLoc(), "Invalid AssemblerCondDag!");
H A DSearchableTableEmitter.cpp609 PrintFatalError(EntryRec->getLoc(),
668 PrintFatalError(EnumRec->getLoc(), Twine("Enum FilterClass '") +
689 PrintFatalError(TableRec->getLoc(),
720 PrintFatalError(IndexRec->getLoc(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp200 SourceLocation Loc = nameInfo.getLoc();
533 SemaRef.Diag(nameInfo.getLoc(), diag::err_qualified_member_of_unrelated)
893 NameInfo.getLoc());
929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT))
961 MemberNameInfo.getLoc(), *TemplateArgs);
967 MemberNameInfo.getLoc());
1001 SourceLocation MemberLoc = MemberNameInfo.getLoc();
1831 MemberNameInfo.getLoc());
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp372 PrintFatalError(BuiltinRec->getLoc(),
385 PrintFatalError(BuiltinRec->getLoc(),
H A DClangOptionDocEmitter.cpp107 return A->getLoc()[0].getPointer() < B->getLoc()[0].getPointer();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic);
69 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h346 SMLoc getLoc() const { return Loc; } function in class:llvm::MCFillFragment
373 SMLoc getLoc() const { return Loc; } function in class:llvm::MCOrgFragment
H A DMCInst.h178 SMLoc getLoc() const { return Loc; } function in class:llvm::MCInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp64 SMLoc TGLexer::getLoc() const { function in class:TGLexer
372 PrintError(getLoc(), "Expected filename after include");
383 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
786 PrintWarning(getLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h271 SMLoc getLoc() const { return Loc; } function in class:llvm::SMDiagnostic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h96 MachineLocation getLoc() const { return Loc; } function in class:llvm::DbgValueLoc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp119 Ctx->reportError(Fixup.getLoc(), "branch size exceeds simm16");
H A DR600MCCodeEmitter.cpp189 Fixups.push_back(MCFixup::create(offset, MO.getExpr(), FK_SecRel_4, MI.getLoc()));
H A DSIMCCodeEmitter.cpp367 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
507 MCFixup::create(Offset, MO.getExpr(), Kind, MI.getLoc()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp169 FixupKind, MI.getLoc()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp324 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
343 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
629 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
995 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
1123 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
1229 Fixups.push_back(MCFixup::create(0, E, Kind, MI.getLoc()));
1350 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
1432 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
1472 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
1908 Fixups.push_back(llvm::MCFixup::create(0, DiffExpr, Kind, MI.getLoc()));
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp308 if (Diagnostic.getLoc().isValid()) {
309 unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc());

Completed in 210 milliseconds

12345678