Searched refs:HeaderData (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp24 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err);
32 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format);
47 HeaderData.Version = Data.getU16(OffsetPtr);
48 HeaderData.AddrSize = Data.getU8(OffsetPtr);
49 HeaderData.SegSize = Data.getU8(OffsetPtr);
50 HeaderData.OffsetEntryCount = Data.getU32(OffsetPtr);
53 if (HeaderData.Version != 5)
57 SectionName.data(), HeaderData.Version, HeaderOffset);
59 HeaderData.AddrSize, errc::not_supported,
62 if (HeaderData
[all...]
H A DDWARFDebugArangeSet.cpp34 std::memset(&HeaderData, 0, sizeof(Header));
69 std::tie(HeaderData.Length, HeaderData.Format) =
71 HeaderData.Version = data.getU16(offset_ptr, &Err);
72 HeaderData.CuOffset = data.getUnsigned(
73 offset_ptr, dwarf::getDwarfOffsetByteSize(HeaderData.Format), &Err);
74 HeaderData.AddrSize = data.getU8(offset_ptr, &Err);
75 HeaderData.SegSize = data.getU8(offset_ptr, &Err);
85 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData
[all...]
H A DDWARFAcceleratorTable.cpp88 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,
89 AppleAcceleratorTable::HeaderData::Form>>
143 W.printNumber("HeaderData length", HeaderDataLength);
146 std::optional<uint64_t> AppleAcceleratorTable::HeaderData::extractOffset(
259 const AppleAcceleratorTable::HeaderData &HdrData)
276 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const {
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.h57 Header HeaderData; member in class:llvm::DWARFDebugArangeSet
68 uint64_t getCompileUnitDIEOffset() const { return HeaderData.CuOffset; }
70 const Header &getHeader() const { return HeaderData; }
H A DDWARFListTable.h73 Header HeaderData; member in class:llvm::DWARFListTableHeader
90 HeaderData = {};
93 uint8_t getAddrSize() const { return HeaderData.AddrSize; }
94 uint64_t getLength() const { return HeaderData.Length; }
95 uint16_t getVersion() const { return HeaderData.Version; }
96 uint32_t getOffsetEntryCount() const { return HeaderData.OffsetEntryCount; }
117 if (Index >= HeaderData.OffsetEntryCount)
H A DDWARFAcceleratorTable.h95 struct HeaderData { struct in class:llvm::AppleAcceleratorTable
107 struct HeaderData HdrData;
118 const HeaderData *HdrData = nullptr;
120 Entry(const HeaderData &Data);
138 std::optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;
193 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMappedHash.h46 typedef T HeaderData; typedef in struct:MappedHash::Header
58 HeaderData header_data; //
70 virtual size_t GetByteSize(const HeaderData &header_data) = 0;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp140 /// The HeaderData describes the structure of an Apple accelerator table
142 struct HeaderData { struct in class:__anon2027::AppleAccelTableWriter
149 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) function in struct:__anon2027::AppleAccelTableWriter::HeaderData
160 HeaderData HeaderData; member in class:__anon2027::AppleAccelTableWriter
172 HeaderData(Atoms), SecBegin(SecBegin) {}
291 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const {
292 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
294 Asm->OutStreamer->AddComment("HeaderData Atom Count");
354 HeaderData
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h111 size_t GetByteSize(const HeaderData &header_data) override;
H A DHashedNameToDIE.cpp252 size_t DWARFMappedHash::Header::GetByteSize(const HeaderData &header_data) {
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1232 const auto &HeaderData = Working[Header.Index]; local
1233 assert(HeaderData.isLoopHeader());
1235 Working[Index].Loop = HeaderData.Loop;
1236 HeaderData.Loop->Nodes.push_back(Index);
/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp819 const GroupIconDir &HeaderData,
821 : Type(ResourceType), Header(HeaderData),
818 IconCursorGroupResource(IconCursorGroupType ResourceType, const GroupIconDir &HeaderData, std::vector<ResourceDirEntryStart> &&Entries) argument

Completed in 145 milliseconds