Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp351 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange()
433 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
444 formatSegmentOffset(Thunk.Segment, Thunk.Offset)); in visitKnownRecord()
454 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
455 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
479 formatSegmentOffset(CG.Segment, CG.Offset)); in visitKnownRecord()
506 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
600 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
639 formatSegmentOffset(DefRangeRegister.Range.ISectStart, in visitKnownRecord()
691 formatSegmentOffset(FP.SectionIdOfExceptionHandler, in visitKnownRecord()
[all …]
H A DDumpOutputStyle.cpp441 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
455 formatSegmentOffset(SC.Base.ISect, SC.Base.Off), in dumpSectionContrib()
1649 formatSegmentOffset(Publics.getThunkTableSection(), in dumpPublics()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h41 std::string formatSegmentOffset(uint16_t Segment, uint32_t Offset);
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp127 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset() function in llvm::pdb