Home
last modified time | relevance | path

Searched defs:HeaderData (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp131 struct HeaderData { struct in __anon2660ec280311::AppleAccelTableWriter
134 uint32_t DieOffsetBase;
136 const SmallVector<Atom, 4> Atoms;
138 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData() argument
144 void dump() const { print(dbgs()); } in dump()
149 HeaderData HeaderData; member in __anon2660ec280311::AppleAccelTableWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h112 struct HeaderData { struct
124 HeaderData HdrData; argument
H A DDWARFDebugArangeSet.h57 Header HeaderData; variable
H A DDWARFListTable.h73 Header HeaderData; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1584 DWARFDataExtractor HeaderData(DebugLineData, Cursor.tell() + TotalLength); in hasValidVersion() local