/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 175 const MDNode *getRanges() const { return Ranges; } in getRanges() function 222 LHS.getRanges() == RHS.getRanges() &&
|
D | LexicalScopes.h | 65 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 106 if (!D.getRanges().empty()) { in writeARCDiagsToPlist() 109 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 229 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic() 329 if (X.getRanges().size() != Y.getRanges().size()) in comparePiece() 330 return X.getRanges().size() < Y.getRanges().size(); in comparePiece() 334 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) { in comparePiece() 335 SourceRange XR = X.getRanges()[i]; in comparePiece() 336 SourceRange YR = Y.getRanges()[i]; in comparePiece() 1067 ArrayRef<SourceRange> Ranges = getRanges(); in Profile()
|
D | PlistDiagnostics.cpp | 161 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() 316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 156 Info.getRanges(), in HandleDiagnostic()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LexicalScopes.h | 174 SmallVector<InsnRange, 4> &getRanges() { return Ranges; } in getRanges() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 44 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
D | DwarfCompileUnit.h | 256 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
D | DwarfUnit.h | 61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
|
D | DwarfDebug.cpp | 340 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); in isLexicalScopeDIENull() 582 if (unsigned NumRanges = TheCU.getRanges().size()) { in finalizeModuleInfo() 590 U.setBaseAddress(TheCU.getRanges().front().getStart()); in finalizeModuleInfo() 1711 for (const RangeSpan &Range : List.getRanges()) { in emitDebugRanges()
|
D | DwarfCompileUnit.cpp | 449 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE() 477 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 262 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 267 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 119 << PD->path.back()->getRanges(); in FlushDiagnosticsImpl() 130 << (*PI)->getRanges(); in FlushDiagnosticsImpl()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 283 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
D | MIRPrinter.cpp | 938 if (Op.getRanges()) { in print() 940 Op.getRanges()->printAsOperand(OS, MST); in print()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LexicalScopes.cpp | 282 SmallVector<InsnRange, 4> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1231 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function 1297 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 964 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 293 virtual llvm::iterator_range<ranges_iterator> getRanges();
|
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 551 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const {
|
/external/llvm/lib/MC/ |
D | MCFragment.cpp | 445 F->getRanges()) { in dump()
|
D | MCCodeView.cpp | 391 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1124 Alignment, MLD->getAAInfo(), MLD->getRanges()); in SplitVecRes_MLOAD() 1136 SecondHalfAlignment, MLD->getAAInfo(), MLD->getRanges()); in SplitVecRes_MLOAD() 1193 Alignment, MGT->getAAInfo(), MGT->getRanges()); in SplitVecRes_MGATHER() 1708 Alignment, MGT->getAAInfo(), MGT->getRanges()); in SplitVecOp_MGATHER() 1718 MGT->getRanges()); in SplitVecOp_MGATHER() 1779 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSTORE() 1791 SecondHalfAlignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSTORE() 1840 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSCATTER() 1849 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSCATTER()
|