Home
last modified time | relevance | path

Searched refs:RegionKind (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h209 enum RegionKind { enum
240 RegionKind Kind;
244 unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) in CounterMappingRegion()
252 unsigned ColumnEnd, RegionKind Kind) in CounterMappingRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp239 CounterMappingRegion::RegionKind Kind = CounterMappingRegion::CodeRegion; in readMappingRegionsSubArray()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h528 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { in getCapturedStmt() argument
533 return Data->getCapturedStmt(RegionKind, CaptureRegions); in getCapturedStmt()
H A DOpenMPClause.h8537 getCapturedStmt(OpenMPDirectiveKind RegionKind, in getCapturedStmt() argument
8541 [=](const OpenMPDirectiveKind K) { return K == RegionKind; }) && in getCapturedStmt()
8545 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp66 const CGOpenMPRegionKind RegionKind, in CGOpenMPRegionInfo() argument
69 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
72 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind, in CGOpenMPRegionInfo() argument
75 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
91 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } in getRegionKind()
104 CGOpenMPRegionKind RegionKind; member in __anonad2d34460111::CGOpenMPRegionInfo