Home
last modified time | relevance | path

Searched refs:formatSegmentOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp406 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
417 formatSegmentOffset(Thunk.Segment, Thunk.Offset)); in visitKnownRecord()
452 formatSegmentOffset(CG.Segment, CG.Offset)); in visitKnownRecord()
479 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
573 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
665 formatSegmentOffset(FP.SectionIdOfExceptionHandler, in visitKnownRecord()
680 formatSegmentOffset(HAS.Segment, HAS.CodeOffset), in visitKnownRecord()
789 formatSegmentOffset(Public.Segment, Public.Offset)); in visitKnownRecord()
803 formatSegmentOffset(Label.Segment, Label.CodeOffset)); in visitKnownRecord()
831 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord()
[all …]
H A DFormatUtil.h49 std::string formatSegmentOffset(uint16_t Segment, uint32_t Offset);
H A DFormatUtil.cpp172 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset() function in llvm::pdb
H A DDumpOutputStyle.cpp557 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
571 formatSegmentOffset(SC.Base.ISect, SC.Base.Off), in dumpSectionContrib()
1744 formatSegmentOffset(Publics.getThunkTableSection(), in dumpPublics()