Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp143 for (const auto &LCI : Obj.load_commands()) { in iterateOnSegments() local
145 if (LCI.C.cmd == MachO::LC_SEGMENT) in iterateOnSegments()
147 else if (LCI.C.cmd == MachO::LC_SEGMENT_64) in iterateOnSegments()
148 Segment = Obj.getSegment64LoadCommand(LCI); in iterateOnSegments()
231 return Obj.getSection(LCI, Idx); in getSection()
238 return Obj.getSection64(LCI, Idx); in getSection()
403 switch (LCI.C.cmd) { in generateDsymCompanion()
548 if (LCI.C.cmd == MachO::LC_SEGMENT) in generateDsymCompanion()
550 LCI, InputBinary.getSegmentLoadCommand(LCI), InputBinary, Writer, in generateDsymCompanion()
553 else if (LCI.C.cmd == MachO::LC_SEGMENT_64) in generateDsymCompanion()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A 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()
H A 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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp234 for (const LocationContext *LCI = LC; LCI; LCI = LCI->getParent()) in printJson() local
235 FoundContexts.insert(LCI); in printJson()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp7639 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() local
7641 LCI->getValue() == CI->getValue()) in createSCEV()