Home
last modified time | relevance | path

Searched refs:OffsetStart (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp114 uint64_t OffsetStart = *Offset; in verifyUnitHeader() local
136 ValidLength = DebugInfoData.isValidOffset(OffsetStart + Length + 3); in verifyUnitHeader()
143 OffsetStart); in verifyUnitHeader()
157 *Offset = OffsetStart + Length + (isUnitDWARF64 ? 12 : 4); in verifyUnitHeader()
286 uint64_t OffsetStart = 0, Offset = 0, UnitIdx = 0; in verifyUnitSection() local
294 OffsetStart = Offset; in verifyUnitSection()
302 Header.extract(DCtx, DebugInfoData, &OffsetStart, SectionKind); in verifyUnitSection()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp327 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange()
600 DefRangeRegister.Range.OffsetStart), in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp326 uint64_t OffsetStart = Block.data() - SectionContents.data(); in printBinaryBlockWithRelocs() local
327 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs()
336 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
337 printRelocation(Sec, Relocation, OffsetStart); in printBinaryBlockWithRelocs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolRecordMapping.cpp30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
HDSymbolDumper.cpp85 Range.OffsetStart); in printLocalVariableAddrRange()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp187 io.mapRequired("OffsetStart", Range.OffsetStart); in mapping()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp34 index.MakeVirtualAddress(range.ISectStart, range.OffsetStart); in MakeRangeList()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h417 uint32_t OffsetStart = 0; member