Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp441 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
442 fmtle(SC.Imod), fmtle(SC.DataCrc), fmtle(SC.RelocCrc), in dumpSectionContrib()
456 fmtle(SC.Base.Size), fmtle(SC.Base.Imod), fmtle(SC.Base.DataCrc), in dumpSectionContrib()
457 fmtle(SC.Base.RelocCrc), fmtle(SC.ISectCoff)); in dumpSectionContrib()
893 fmtle(Entry.Header->SourceLineNum)); in dumpInlineeLines()
936 TIs.push_back(std::string(formatv("{0,+10:X+}", fmtle(I)))); in dumpXmi()
1402 P.formatLine("TI: {0}, Offset: {1}", IO.Type, fmtle(IO.Offset)); in dumpTpiStream()
1887 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
1889 fmtle(M.ClassName), fmtle(M.Offset), fmtle(M.SecByteLength)); in dumpSectionMap()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h124 detail::EndianAdapter<T> fmtle(support::detail::packed_endian_specific_integral< in fmtle() function