Searched refs:DefLoc (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp225 const unsigned DefLoc = getInstrIdx(*Def); local
227 const unsigned Delta = (UseLoc - DefLoc);
231 if (DefLoc >= UseLoc)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp31 MacroInfo::MacroInfo(SourceLocation DefLoc) argument
32 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false),
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp602 ArrayRef<SMLoc> DefLoc = R->getLoc(); local
618 PrintFatalError(DefLoc,
641 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
651 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
701 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
720 PrintFatalError(DefLoc,
737 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp464 const PresumedLoc DefLoc = local
466 if(!DefLoc.isInvalid())
467 Entry.DefinitionLocation = std::string(DefLoc.getFilename()) + ":" +
468 std::to_string(DefLoc.getLine()) + ":" +
469 std::to_string(DefLoc.getColumn());
H A DVerifyDiagnosticConsumer.cpp328 SourceLocation DefLoc; member in struct:VerifyDiagnosticConsumer::MarkerTracker::Marker
371 return attachDirective(Diags, UD, M.DefLoc);
384 Diags.Report(M.DefLoc, diag::note_verify_ambiguous_marker) << Name;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h118 MacroInfo(SourceLocation DefLoc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp169 const MemoryLocation DefLoc = MemoryLocation::get(I); local
170 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1524 Loc DefLoc(DomB, It);
1525 Defs.emplace_back(DefLoc, Refs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2751 SMLoc DefLoc = Lex.getLoc(); local
2762 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records,
2765 CurRec = std::make_unique<Record>(Name, DefLoc, Records);

Completed in 142 milliseconds