Searched refs:getDecisionRegion (Results 1 – 6 of 6) sorted by relevance
112 const llvm::coverage::CounterMappingRegion &CMR = Record.getDecisionRegion(); in renderMCDCRecord()
346 const CounterMappingRegion &DecisionRegion = Record.getDecisionRegion(); in renderMCDCView()
360 unsigned CurrentLine = NextRecord->getDecisionRegion().LineEnd; in attachMCDCSubViews()362 CurrentLine == NextRecord->getDecisionRegion().LineEnd) in attachMCDCSubViews()
1174 const CounterMappingRegion &DecisionRegion = Record.getDecisionRegion(); in renderMCDCView()
1422 if (FileIDs.test(MR.getDecisionRegion().FileID)) in getCoverageForFile()1478 if (MR.getDecisionRegion().FileID == *MainFileID) in getCoverageForFunction()
463 CounterMappingRegion getDecisionRegion() const { return Region; } in getDecisionRegion() function