Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h154 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 DCoverageMapping.h398 using CondIDMap = llvm::DenseMap<unsigned, unsigned>; global() member