Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp506 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
507 fmtle(SC.Imod), fmtle(SC.DataCrc), fmtle(SC.RelocCrc), in dumpSectionContrib()
521 fmtle(SC.Base.Size), fmtle(SC.Base.Imod), fmtle(SC.Base.DataCrc), in dumpSectionContrib()
522 fmtle(SC.Base.RelocCrc), fmtle(SC.ISectCoff)); in dumpSectionContrib()
885 fmtle(Entry.Header->SourceLineNum)); in dumpInlineeLines()
919 TIs.push_back(formatv("{0,+10:X+}", fmtle(I))); in dumpXmi()
1261 P.formatLine("TI: {0}, Offset: {1}", IO.Type, fmtle(IO.Offset)); in dumpTpiStream()
1675 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
1677 fmtle(M.ClassName), fmtle(M.Offset), fmtle(M.SecByteLength)); in dumpSectionMap()
DFormatUtil.h136 fmtle(support::detail::packed_endian_specific_integral<T, support::little, in fmtle() function