Searched refs:OffsetStart (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFVerifier.cpp | 114 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/ |
| HD | MinimalSymbolDumper.cpp | 327 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange() 600 DefRangeRegister.Range.OffsetStart), in visitKnownRecord()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | COFFDumper.cpp | 326 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/ |
| HD | SymbolRecordMapping.cpp | 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
|
| HD | SymbolDumper.cpp | 85 Range.OffsetStart); in printLocalVariableAddrRange()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | CodeViewYAMLSymbols.cpp | 187 io.mapRequired("OffsetStart", Range.OffsetStart); in mapping()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| HD | PdbUtil.cpp | 34 index.MakeVirtualAddress(range.ISectStart, range.OffsetStart); in MakeRangeList()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | SymbolRecord.h | 417 uint32_t OffsetStart = 0; member
|