Searched refs:OffsetStart (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 123 uint32_t OffsetStart = *Offset; in verifyUnitHeader() local 148 ValidLength = DebugInfoData.isValidOffset(OffsetStart + Length + 3); in verifyUnitHeader() 155 OffsetStart); in verifyUnitHeader() 169 *Offset = OffsetStart + Length + 4; in verifyUnitHeader() 305 uint32_t OffsetStart = 0, Offset = 0, UnitIdx = 0; in verifyUnitSection() local 313 OffsetStart = Offset; in verifyUnitSection() 321 Header.extract(DCtx, DebugInfoData, &OffsetStart, SectionKind); in verifyUnitSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 323 uint64_t OffsetStart = Block.data() - SectionContents.data(); in printBinaryBlockWithRelocs() local 324 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() 333 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs() 334 printRelocation(Sec, Relocation, OffsetStart); in printBinaryBlockWithRelocs()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 309 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange() 581 DefRangeRegister.Range.OffsetStart), in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 31 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
|
| H A D | SymbolDumper.cpp | 86 Range.OffsetStart); in printLocalVariableAddrRange()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 33 index.MakeVirtualAddress(range.ISectStart, range.OffsetStart); in MakeRangeList()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 188 io.mapRequired("OffsetStart", Range.OffsetStart); in mapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 422 uint32_t OffsetStart; member
|