| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFListTable.cpp | 24 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extract() 32 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract() 47 HeaderData.Version = Data.getU16(OffsetPtr); in extract() 48 HeaderData.AddrSize = Data.getU8(OffsetPtr); in extract() 49 HeaderData.SegSize = Data.getU8(OffsetPtr); in extract() 50 HeaderData.OffsetEntryCount = Data.getU32(OffsetPtr); in extract() 53 if (HeaderData.Version != 5) in extract() 57 SectionName.data(), HeaderData.Version, HeaderOffset); in extract() 59 HeaderData.AddrSize, errc::not_supported, in extract() 62 if (HeaderData.SegSize != 0) in extract() [all …]
|
| H A D | DWARFDebugArangeSet.cpp | 34 std::memset(&HeaderData, 0, sizeof(Header)); in clear() 69 std::tie(HeaderData.Length, HeaderData.Format) = in extract() 71 HeaderData.Version = data.getU16(offset_ptr, &Err); in extract() 72 HeaderData.CuOffset = data.getUnsigned( in extract() 73 offset_ptr, dwarf::getDwarfOffsetByteSize(HeaderData.Format), &Err); in extract() 74 HeaderData.AddrSize = data.getU8(offset_ptr, &Err); in extract() 75 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract() 85 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract() 92 HeaderData.AddrSize, errc::invalid_argument, in extract() 95 if (HeaderData.SegSize != 0) in extract() [all …]
|
| H A D | DWARFAcceleratorTable.cpp | 101 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType, 102 AppleAcceleratorTable::HeaderData::Form>> 158 std::optional<uint64_t> AppleAcceleratorTable::HeaderData::extractOffset( in extractOffset() 283 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType AtomToFind) const { in lookup()
|
| H A D | DWARFDebugLine.cpp | 1638 DWARFDataExtractor HeaderData(DebugLineData, Cursor.tell() + TotalLength); in hasValidVersion() local 1639 uint16_t Version = HeaderData.getU16(Cursor); in hasValidVersion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 74 Header HeaderData; variable 91 HeaderData = {}; in clear() 94 uint8_t getAddrSize() const { return HeaderData.AddrSize; } in getAddrSize() 95 uint64_t getLength() const { return HeaderData.Length; } in getLength() 96 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() 97 uint32_t getOffsetEntryCount() const { return HeaderData.OffsetEntryCount; } in getOffsetEntryCount() 118 if (Index >= HeaderData.OffsetEntryCount) in getOffsetEntry()
|
| H A D | DWARFDebugArangeSet.h | 58 Header HeaderData; variable 69 uint64_t getCompileUnitDIEOffset() const { return HeaderData.CuOffset; } in getCompileUnitDIEOffset() 71 const Header &getHeader() const { return HeaderData; } in getHeader()
|
| H A D | DWARFAcceleratorTable.h | 113 struct HeaderData { struct 125 HeaderData HdrData; argument 233 std::optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const; 333 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc(); 337 bool containsAtomType(HeaderData::AtomType AtomTy) const { in containsAtomType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 130 struct HeaderData { struct in __anon2660ec280311::AppleAccelTableWriter 137 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData() function 148 HeaderData HeaderData; member in __anon2660ec280311::AppleAccelTableWriter 160 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter() 295 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { in emit() 358 HeaderData.emit(Asm); in emit() 767 void AppleAccelTableWriter::HeaderData::print(raw_ostream &OS) const { in print() 775 HeaderData.print(OS); in print()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 1220 const auto &HeaderData = Working[Header.Index]; 1221 assert(HeaderData.isLoopHeader()); 1223 Working[Index].Loop = HeaderData.Loop; 1224 HeaderData.Loop->Nodes.push_back(Index);
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindCursor.hpp | 95 DWORD HeaderData; member
|