OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CovMapTraits
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
587
template <int CovMapVersion, class IntPtrT> struct
CovMapTraits
{
592
template <class IntPtrT> struct
CovMapTraits
<CovMapVersion::Version1, IntPtrT> {
/external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
374
typedef typename coverage::
CovMapTraits
<
376
typedef typename coverage::
CovMapTraits
<Version, IntPtrT>::NameRefType
Completed in 57 milliseconds