Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp194 double SectionWidth = IntervalWidth / static_cast<double>(MaxIndex); in getColorTuple() local
195 size_t SectionNo = std::floor(OffsetP / SectionWidth); in getColorTuple()
196 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; in getColorTuple()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1351 size_t SectionWidth = strlen("section"); in PrintDyldInfo() local
1362 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()
1375 << left_justify("section", SectionWidth) << ' ' in PrintDyldInfo()
1382 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()