Searched refs:getLoc (Results 126 - 150 of 211) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h204 SMLoc getLoc() const { return Loc; } function in class:llvm::MCInst
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h276 SMLoc getLoc() const { return Loc; } function in class:llvm::SMDiagnostic
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h88 MachineLocation getLoc() const { return Loc; } function in class:llvm::DbgValueLocEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp71 return Parser->Error(Tok.getLoc(), Msg + Tok.getString());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp168 FixupKind, MI.getLoc()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp226 S.Diag(AL.getLoc(), Diag) << AL << Num;
H A DSemaExprMember.cpp200 SourceLocation Loc = nameInfo.getLoc();
530 SemaRef.Diag(nameInfo.getLoc(), diag::err_qualified_member_of_unrelated)
890 NameInfo.getLoc());
926 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT))
976 SourceLocation MemberLoc = MemberNameInfo.getLoc();
1148 MemberNameInfo.getLoc(), *TemplateArgs);
1838 MemberNameInfo.getLoc());
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp426 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc()));
437 unsigned Offset = D.getLoc().getPointer() - LBuf->getBufferStart();
505 if (D.getLoc() != SMLoc())
517 if (D.getLoc().isValid()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp320 uint64_t getLoc() const { return LocNo; }
733 std::string DefName = LocIdxToName(Num.getLoc());
740 std::string MLocName = LocIdxToName(Location.Value.getLoc());
1131 LocIdx L = Use.ID.getLoc();
1766 if (Num.getLoc() != 0)
1961 if (ValueID.getLoc() == 0)
2199 if (P.isPHI() && P.getLoc() == Idx.asU64())
2422 ValueIDNum NewID = MTracker->getNumAtPos(P.second.getLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp332 if (Diagnostic.getLoc().isValid()) {
333 unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp385 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
525 MCFixup::create(Offset, MO.getExpr(), Kind, MI.getLoc()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp485 SRE->getLoc(), Twine("Reference to undefined temporary symbol ") +
492 MCSymbolRefExpr::create(S, SRE->getKind(), getContext(), SRE->getLoc());
H A DWinCOFFObjectWriter.cpp723 Asm.getContext().reportError(Fixup.getLoc(),
729 Asm.getContext().reportError(Fixup.getLoc(),
748 Fixup.getLoc(),
H A DMCObjectStreamer.cpp117 getContext().reportError(PendingFixup.Fixup.getLoc(),
371 getContext().reportError(Inst.getLoc(), Twine(Sec.getVirtualSectionKind()) +
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h177 return Error(Lex.getLoc(), Msg);
H A DSetTheory.cpp247 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp335 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h403 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c274 Loc& Dsymbol::getLoc() function in class:Dsymbol
288 return getLoc().toChars();
735 ::verror(getLoc(), format, ap, kind(), toPrettyChars());
759 ::vdeprecation(getLoc(), format, ap, kind(), toPrettyChars());
H A Ddsymbol.h171 Loc& getLoc();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp552 Index->Loc = KeyRecVal->getLoc();
689 Table->Locs = TableRec->getLoc();
777 Table->Locs = Class->getLoc();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d294 final const(Loc) getLoc()
304 return getLoc().toChars();
347 const loc = getLoc();
364 const loc = getLoc();
383 const loc = getLoc();
400 const loc = getLoc();
H A Ddsymbol.h190 Loc getLoc();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp375 unsigned BufNum = SrcMgr.FindBufferContainingLoc(SMD.getLoc());
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1280 << "TemplateArgs, A->getLoc(), A->getAttrName());\n";
1993 E->getLoc(),
3094 PrintError(Spelling->getLoc(), "Standard attributes must have "
3439 PrintError(R.getLoc(),
3454 PrintFatalError(S.getLoc(),
3503 PrintFatalError(Subject.getLoc(),
3557 OS << " S.Diag(AL.getLoc(), diag::err_stmt_attribute_invalid_on_decl)\n";
3583 OS << " S.Diag(Attr.getLoc(), diag::";
3601 OS << " S.Diag(AL.getLoc(), diag::err_decl_attribute_invalid_on_stmt)\n";
3617 OS << " S.Diag(Attr.getLoc(), dia
[all...]

Completed in 506 milliseconds

123456789