Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp374 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
385 formatSegmentOffset(Thunk.Segment, Thunk.Offset)); in visitKnownRecord()
420 formatSegmentOffset(CG.Segment, CG.Offset)); in visitKnownRecord()
447 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
541 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
632 formatSegmentOffset(FP.SectionIdOfExceptionHandler, in visitKnownRecord()
646 formatSegmentOffset(HAS.Segment, HAS.CodeOffset), in visitKnownRecord()
678 formatSegmentOffset(Public.Segment, Public.Offset)); in visitKnownRecord()
692 formatSegmentOffset(Label.Segment, Label.CodeOffset)); in visitKnownRecord()
720 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord()
[all …]
H A DFormatUtil.h51 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.cpp523 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
537 formatSegmentOffset(SC.Base.ISect, SC.Base.Off), in dumpSectionContrib()
1636 formatSegmentOffset(Publics.getThunkTableSection(), in dumpPublics()