Home
last modified time | relevance | path

Searched refs:LCI (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachOUtils.cpp144 for (const auto &LCI : Obj.load_commands()) { in iterateOnSegments() local
146 if (LCI.C.cmd == MachO::LC_SEGMENT) in iterateOnSegments()
147 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()
148 else if (LCI.C.cmd == MachO::LC_SEGMENT_64) in iterateOnSegments()
149 Segment = Obj.getSegment64LoadCommand(LCI); in iterateOnSegments()
231 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() argument
232 return Obj.getSection(LCI, Idx); in getSection()
238 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() argument
239 return Obj.getSection64(LCI, Idx); in getSection()
257 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() argument
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DSourceCoverageView.cpp212 LineCoverageIterator LCI{CoverageInfo, 1}; in print() local
213 LineCoverageIterator LCIEnd = LCI.getEnd(); in print()
217 ++LI, ++LCI) { in print()
221 if (LCI == LCIEnd) in print()
232 renderLineCoverageColumn(OS, *LCI); in print()
241 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth); in print()
244 if (shouldRenderRegionMarkers(*LCI)) in print()
245 renderRegionMarkers(OS, *LCI, ViewDepth); in print()
257 renderExpansionSite(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, in print()
DCoverageExporterLcov.cpp68 coverage::LineCoverageIterator LCI{FileCoverage, 1}; in renderLineExecutionCounts() local
69 coverage::LineCoverageIterator LCIEnd = LCI.getEnd(); in renderLineExecutionCounts()
70 for (; LCI != LCIEnd; ++LCI) { in renderLineExecutionCounts()
71 const coverage::LineCoverageStats &LCS = *LCI; in renderLineExecutionCounts()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp234 for (const LocationContext *LCI = LC; LCI; LCI = LCI->getParent()) in printJson() local
235 FoundContexts.insert(LCI); in printJson()
/openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/
DDJoinType.txt306 0F86..0F87 ; T # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDBidiClass.txt2097 0F86..0F87 ; NSM # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDCombiningClass.txt2667 0F86..0F87 ; 230 # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDEastAsianWidth.txt516 0F86..0F87 ; N # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDLineBreak.txt2026 0F86..0F87 ; CM # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDGeneralCategory.txt2761 0F86..0F87 ; Mn # [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DIdStatus.txt370 0F86..0F8B ; Allowed # 2.0 [6] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN GRU MED RGYINGS
DIndicPositionalCategory.txt442 0F86..0F87 ; Top # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DPropList.txt944 0F86..0F87 ; Diacritic # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DIdType.txt366 0F86..0F8B ; Recommended # 2.0 [6] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN GR…
DScripts.txt1306 0F86..0F87 ; Tibetan # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DVerticalOrientation.txt563 0F86..0F87 ; R # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DEastAsianWidth.txt629 0F86..0F87;N # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DDCoreProperties.txt3097 0F86..0F87 ; Case_Ignorable # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
7212 0F86..0F87 ; ID_Continue # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
9317 0F86..0F87 ; XID_Continue # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
10488 0F86..0F87 ; Grapheme_Extend # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DLineBreak.txt584 0F86..0F87;CM # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DNormTest.txt17901 …MMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, TIBETAN SIGN LCI RTAGS, LATIN SMALL …
17902 …; a◌֮◌྆◌̀◌̕b; a◌֮◌྆◌̀◌̕b; a◌֮◌྆◌̀◌̕b; ) LATIN SMALL LETTER A, TIBETAN SIGN LCI RTAGS, COMBINING CO…
/openbsd/src/gnu/usr.bin/perl/lib/unicore/auxiliary/
DGraphemeBreakProperty.txt196 0F86..0F87 ; Extend # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DWordBreakProperty.txt216 0F86..0F87 ; Extend # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
DSentenceBreakProperty.txt180 0F86..0F87 ; Extend # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp7829 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() local
7831 LCI->getValue() == CI->getValue()) in createSCEV()
/openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
Dallkeys.txt891 0F86 ; [.0000.0000.0000] # TIBETAN SIGN LCI RTAGS

12