Searched refs:TypeOffset (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.cpp | 44 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature); in dumpTUList() 146 uint64_t TypeOffset = Data.getU64(&Offset); in parseImpl() local 148 TuList[I] = {CuOffset, TypeOffset, Signature}; in parseImpl()
|
| H A D | DWARFUnit.cpp | 282 TypeOffset = debug_info.getUnsigned( in extract() 315 if (isTypeUnit() && TypeOffset < Size) in extract() 321 Offset, Offset + TypeOffset); in extract() 323 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract() 329 Offset, NextCUOffset, Offset + TypeOffset); in extract()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.h | 39 uint64_t TypeOffset; member
|
| H A D | DWARFUnit.h | 69 uint64_t TypeOffset = 0; variable 109 uint64_t getTypeOffset() const { return TypeOffset; } in getTypeOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 228 IO.mapRequired("TypeOffset", Unit.TypeOffset); in mapping()
|
| H A D | DWARFEmitter.cpp | 484 writeDWARFOffset(Unit.TypeOffset, Unit.Format, OS, DI.IsLittleEndian); in emitDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 120 yaml::Hex64 TypeOffset; // For type units member
|