Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1377 size_t SectionWidth = strlen("section"); in PrintDyldInfo() local
1388 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()
1401 << left_justify("section", SectionWidth) << ' ' in PrintDyldInfo()
1408 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()