Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp301 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange()
366 formatSegmentOffset(Block.Segment, Block.CodeOffset)); in visitKnownRecord()
377 formatSegmentOffset(Thunk.Segment, Thunk.Offset)); in visitKnownRecord()
387 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
388 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
412 formatSegmentOffset(CG.Segment, CG.Offset)); in visitKnownRecord()
439 formatSegmentOffset(CSI.Segment, CSI.CodeOffset)); in visitKnownRecord()
531 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
569 formatSegmentOffset(DefRangeRegister.Range.ISectStart, in visitKnownRecord()
621 formatSegmentOffset(FP.SectionIdOfExceptionHandler, in visitKnownRecord()
[all …]
DFormatUtil.h51 std::string formatSegmentOffset(uint16_t Segment, uint32_t Offset);
DFormatUtil.cpp172 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset() function in llvm::pdb
DDumpOutputStyle.cpp506 formatSegmentOffset(SC.ISect, SC.Off), fmtle(SC.Size), in dumpSectionContrib()
520 formatSegmentOffset(SC.Base.ISect, SC.Base.Off), in dumpSectionContrib()
1440 formatSegmentOffset(Publics.getThunkTableSection(), in dumpPublics()