Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp338 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange()
403 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
414 formatSegmentOffset(Thunk.Segment, Thunk.Offset)); in visitKnownRecord()
424 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
425 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
449 formatSegmentOffset(CG.Segment, CG.Offset)); in visitKnownRecord()
476 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
570 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
610 formatSegmentOffset(DefRangeRegister.Range.ISectStart, in visitKnownRecord()
662 formatSegmentOffset(FP.SectionIdOfExceptionHandler, in visitKnownRecord()
[all …]
DFormatUtil.h49 std::string formatSegmentOffset(uint16_t Segment, uint32_t Offset);
DFormatUtil.cpp171 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset() function in llvm::pdb
DDumpOutputStyle.cpp557 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
571 formatSegmentOffset(SC.Base.ISect, SC.Base.Off), in dumpSectionContrib()
1748 formatSegmentOffset(Publics.getThunkTableSection(), in dumpPublics()