/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 97 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl() 105 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl() 119 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.h | 63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function 65 return PathSensitiveBugReport::getRanges(); in getRanges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 268 const MDNode *getRanges() const { return Ranges; } in getRanges() function 352 LHS.getRanges() == RHS.getRanges() &&
|
H A D | LexicalScopes.h | 66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 178 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic() 278 if (X.getRanges().size() != Y.getRanges().size()) in comparePiece() 279 return X.getRanges().size() < Y.getRanges().size(); in comparePiece() 283 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) { in comparePiece() 284 SourceRange XR = X.getRanges()[i]; in comparePiece() 285 SourceRange YR = Y.getRanges()[i]; in comparePiece() 1098 ArrayRef<SourceRange> Ranges = getRanges(); in Profile()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnosticPrinter.cpp | 81 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints(), &Info); in HandleDiagnostic()
|
H A D | TextDiagnosticPrinter.cpp | 153 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
|
H A D | LVScope.cpp | 768 void LVScope::getRanges(LVLocations &LocationList, in getLocations() 789 Scope->getRanges(LocationList, ValidLocation, RecordInvalid); in getRanges() 793 void LVScope::getRanges(LVRange &RangeList) { in getRanges() 802 Scope->getRanges(RangeList); in getRanges() 808 const LVLocations *ParentRanges = Parent->getRanges(); in getRanges() 1222 getRanges(Locations, ValidLocation, RecordInvalid); in propagatePatternMatch() 776 void LVScope::getRanges(LVLocations &LocationList, getRanges() function in LVScope 801 void LVScope::getRanges(LVRange &RangeList) { getRanges() function in LVScope
|
H A D | LVSymbol.cpp | 131 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 633 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange() 642 for (size_t I = 0, E = Frag.getRanges().size(); I != E;) { in encodeDefRange() 645 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
|
H A D | MCFragment.cpp | 255 F->getRanges()) { in dump()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 206 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges() function 243 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation, 245 void getRanges(LVRange &RangeList);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 411 if (const MDNode *Ranges = MMO->getRanges()) in computeKnownBitsImpl() 422 if (const MDNode *Ranges = MMO->getRanges()) in computeKnownBitsImpl() 634 const MDNode *Ranges = Ld->getRanges(); in computeNumSignBitsFromRangeMetadata()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function 423 ArrayRef<SourceRange> getRanges() const override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 188 const MDNode *getRanges() const { in getRanges() function 189 return getMMO().getRanges(); in getRanges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 313 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 380 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
H A D | DebugHandlerBase.cpp | 127 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
H A D | DbgEntityHistoryCalculator.cpp | 181 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
H A D | MachineOperand.cpp | 1264 if (getRanges()) { in print() 1266 getRanges()->printAsOperand(OS, MST); in print()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1167 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 549 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 776 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection() 1134 CompileUnit->getRanges(*ScopesWithRanges); in processModule()
|