Home
last modified time | relevance | path

Searched refs:LabelCount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1039 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt() local
1043 pushRegion(LabelCount, Start); in VisitLabelStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp950 unsigned LabelCount = 0; in collectLocalBranchTargets() local
968 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()