Searched refs:isCovered (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGenCoverage.h | 29 bool isCovered(uint64_t RuleID) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 32 bool CodeGenCoverage::isCovered(uint64_t RuleID) const { in isCovered() function in CodeGenCoverage
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 266 bool isCovered(const BasicBlock *BB) const { in isCovered() function in llvm::DotFuncBCIInfo 324 if (Info->isCovered(Node)) in getNodeAttributes()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 906 bool isCovered; member in __anone44e3aff0211::EnumArgument 914 isCovered(Arg.getValueAsBit("IsCovered")) { in EnumArgument() 998 if (!isCovered) { in writeDump() 1041 if (!isCovered) { in writeConversion() 1055 bool isCovered; member in __anone44e3aff0211::VariadicEnumArgument 1075 isCovered(Arg.getValueAsBit("IsCovered")) { in VariadicEnumArgument() 1118 if (!isCovered) { in writeDump() 1179 if (!isCovered) { in writeConversion()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 290 bit isExternalType = 0, bit isCovered = 1> 301 bit IsCovered = isCovered; 308 bit isExternalType = 0, bit isCovered = 1> 319 bit IsCovered = isCovered; 2981 /*opt=*/0, /*fake=*/0, /*isExternalType=*/1, /*isCovered=*/0>]; 4558 /*opt=*/0, /*fake=*/0, /*isExternalType=*/1, /*isCovered=*/0> 4591 /*opt=*/0, /*fake=*/0, /*isExternalType=*/1, /*isCovered=*/0>,
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 2445 if (RuleCoverage->isCovered(MatcherOrErr->getRuleID())) in run()
|