Searched refs:OffsetStart (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 116 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() 295 uint64_t OffsetStart = 0, Offset = 0, UnitIdx = 0; in verifyUnitSection() local 303 OffsetStart = Offset; in verifyUnitSection() 311 Header.extract(DCtx, DebugInfoData, &OffsetStart, SectionKind); in verifyUnitSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 338 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange() 611 DefRangeRegister.Range.OffsetStart), in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 325 uint64_t OffsetStart = Block.data() - SectionContents.data(); in printBinaryBlockWithRelocs() local 326 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() 335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs() 336 printRelocation(Sec, Relocation, OffsetStart); in printBinaryBlockWithRelocs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
|
| H A D | SymbolDumper.cpp | 85 Range.OffsetStart); in printLocalVariableAddrRange()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 210 io.mapRequired("OffsetStart", Range.OffsetStart); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 424 uint32_t OffsetStart = 0; member
|