Home
last modified time | relevance | path

Searched defs:MCDCRecord (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h378 struct MCDCRecord { global() struct
385 CondStateMCDCRecord global() argument
393 ValuesMCDCRecord global() argument
394 VisitedMCDCRecord global() argument
398 TestVectorMCDCRecord TestVector() argument
407 getIndexMCDCRecord getIndex() argument
411 setMCDCRecord set() argument
417 push_backMCDCRecord push_back() argument
429 getDifferencesMCDCRecord getDifferences() argument
455 MCDCRecordMCDCRecord MCDCRecord() argument
481 getTVConditionMCDCRecord global() argument
482 getTVResultMCDCRecord getTVResult() argument
491 isConditionIndependencePairCoveredMCDCRecord isConditionIndependencePairCovered() argument
503 getConditionIndependencePairMCDCRecord getConditionIndependencePair() argument
508 getPercentCoveredMCDCRecord getPercentCovered() argument
524 getConditionHeaderStringMCDCRecord getConditionHeaderString() argument
532 getTestVectorHeaderStringMCDCRecord getTestVectorHeaderString() argument
560 getTestVectorStringMCDCRecord getTestVectorString() argument
586 getConditionCoverageStringMCDCRecord getConditionCoverageString() argument
[all...]
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp183 SmallVector<MCDCRecord, 0> Records) { in addMCDCRecord()