Home
last modified time | relevance | path

Searched defs:getRanges (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h256 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
DDwarfUnit.h61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
DDwarfCompileUnit.h297 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h175 const MDNode *getRanges() const { return Ranges; } in getRanges() function
DLexicalScopes.h65 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h174 SmallVector<InsnRange, 4> &getRanges() { return Ranges; } in getRanges() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h67 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
DMachineMemOperand.h238 const MDNode *getRanges() const { return Ranges; } in getRanges() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h262 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
/external/llvm/include/llvm/Support/
DSourceMgr.h267 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSourceMgr.h293 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/external/clang/include/clang/Basic/
DDiagnostic.h1231 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1297 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h405 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h654 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2701 llvm::iterator_range<BugReport::ranges_iterator> BugReport::getRanges() { in getRanges() function in BugReport
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1815 llvm::iterator_range<ranges_iterator> getRanges() override { in getRanges() function in __anonf8e0d6ba0611::CFRefReport