Searched defs:getRanges (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } function in class:llvm::LexicalScope
H A DMachineMemOperand.h246 const MDNode *getRanges() const { return Ranges; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1336 const MDNode *getRanges() const { return MMO->getRanges(); } function in class:llvm::MemSDNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h354 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h278 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } function in class:llvm::SMDiagnostic
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h517 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { function in class:llvm::MCCVDefRangeFragment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h231 virtual ArrayRef<SourceRange> getRanges() const { function in class:clang::ento::BugReport
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp150 const IntRangeVector &getRanges() const { function in class:__anon2306::StdLibraryFunctionsChecker::RangeConstraint
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h436 ArrayRef<SourceRange> getRanges() const { return ranges; } function in class:clang::ento::PathDiagnosticPiece
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2378 PathSensitiveBugReport::getRanges() const { function in class:PathSensitiveBugReport

Completed in 204 milliseconds