Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp557 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
558 fmtle(SC.Imod), fmtle(SC.DataCrc), fmtle(SC.RelocCrc), in dumpSectionContrib()
572 fmtle(SC.Base.Size), fmtle(SC.Base.Imod), fmtle(SC.Base.DataCrc), in dumpSectionContrib()
573 fmtle(SC.Base.RelocCrc), fmtle(SC.ISectCoff)); in dumpSectionContrib()
993 fmtle(Entry.Header->SourceLineNum)); in dumpInlineeLines()
1037 TIs.push_back(std::string(formatv("{0,+10:X+}", fmtle(I)))); in dumpXmi()
1500 P.formatLine("TI: {0}, Offset: {1}", IO.Type, fmtle(IO.Offset)); in dumpTpiStream()
1979 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
1981 fmtle(M.ClassName), fmtle(M.Offset), fmtle(M.SecByteLength)); in dumpSectionMap()
H A DFormatUtil.h134 fmtle(support::detail::packed_endian_specific_integral<T, support::little, in fmtle() function