Searched defs:CondIDMap (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 154 llvm::DenseMap<const Stmt *, unsigned> *CondIDMap; global() variable 166 CoverageMappingGen(CoverageMappingModuleGen & CVM,SourceManager & SM,const LangOptions & LangOpts,llvm::DenseMap<const Stmt *,unsigned> * CounterMap,llvm::DenseMap<const Stmt *,unsigned> * MCDCBitmapMap,llvm::DenseMap<const Stmt *,unsigned> * CondIDMap) CoverageMappingGen() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 398 using CondIDMap = llvm::DenseMap<unsigned, unsigned>; global() member
|