Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DHeader.h45 struct Header { struct
49 uint32_t Magic;
54 uint16_t Version;
56 uint8_t AddrOffSize;
58 uint8_t UUIDSize;
62 uint64_t BaseAddress;
64 uint32_t NumAddresses;
72 uint32_t StrtabOffset;
80 uint32_t StrtabSize;
109 /// \returns A Header or an error describing the issue that was argument
/external/llvm-project/lldb/include/lldb/Core/
DMappedHash.h45 template <typename T> struct Header { struct
46 typedef T HeaderData; argument
57 HeaderData header_data; // argument
59 Header() in Header() function
72 virtual size_t GetByteSize(const HeaderData &header_data) = 0; argument
74 void SetHeaderDataByteSize(uint32_t header_data_byte_size) { in SetHeaderDataByteSize() argument
78 void Dump(lldb_private::Stream &s) { in Dump()
90 virtual lldb::offset_t Read(lldb_private::DataExtractor &data, in Read()
/external/rust/crates/async-task/src/
Dheader.rs13 pub(crate) struct Header { struct
31 impl Header { argument
148 impl fmt::Debug for Header { implementation
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolCollectorTests.cpp298 const std::string Header = R"( in TEST_F() local
371 const std::string Header = R"( in TEST_F() local
400 Annotations Header(R"( in TEST_F() local
423 Annotations Header(R"( in TEST_F() local
488 const std::string Header = R"( in TEST_F() local
524 const std::string Header = R"( in TEST_F() local
541 Annotations Header(R"( in TEST_F() local
577 Annotations Header(R"( in TEST_F() local
610 Annotations Header(R"( in TEST_F() local
631 Annotations Header(R"cpp( in TEST_F() local
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h24 struct Header { struct
27 uint64_t Length;
29 dwarf::DwarfFormat Format;
32 uint64_t CuOffset;
56 Header HeaderData; argument
DDWARFAcceleratorTable.h84 struct Header { struct
90 uint32_t HeaderDataLength; argument
105 struct Header Hdr; argument
231 struct Header { struct
232 uint64_t UnitLength;
233 dwarf::DwarfFormat Format;
234 uint16_t Version;
235 uint32_t CompUnitCount;
236 uint32_t LocalTypeUnitCount;
237 uint32_t ForeignTypeUnitCount;
[all …]
DDWARFUnitIndex.h81 struct Header { struct
82 uint32_t Version;
83 uint32_t NumColumns;
84 uint32_t NumUnits;
85 uint32_t NumBuckets = 0;
117 struct Header Header; variable
/external/icing/icing/index/main/
Dflash-index-storage-header.h34 struct Header { struct
57 // Read HeaderBlock from the specified fd. argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h22 struct Header { struct
28 uint32_t HeaderDataLength; argument
38 struct Header Hdr; argument
DDWARFDebugArangeSet.h23 struct Header { struct
26 uint32_t Length;
51 Header HeaderData; argument
DDWARFUnitIndex.h33 struct Header { struct
34 uint32_t Version;
35 uint32_t NumColumns;
36 uint32_t NumUnits;
37 uint32_t NumBuckets = 0;
67 struct Header Header; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h30 struct Header { struct
31 support::ulittle32_t Version;
32 support::ulittle32_t Signature;
33 support::ulittle32_t Age;
34 PDB_UniqueId Guid;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h23 struct Header { struct
26 uint32_t Length;
29 uint32_t CuOffset;
53 Header HeaderData; argument
DDWARFDebugAddr.h31 struct Header { struct
49 Header HeaderData; argument
DDWARFUnitIndex.h34 struct Header { struct
35 uint32_t Version;
36 uint32_t NumColumns;
37 uint32_t NumUnits;
38 uint32_t NumBuckets = 0;
70 struct Header Header; variable
/external/skia/src/gpu/
DGrMemoryPool.h108 struct Header { struct
109 int fStart;
110 int fEnd;
112 int fID; // ID that can be used to track down leaks by clients.
115 int fSentinel; // set to a known value to check for memory stomping; poisoned in ASAN mode
/external/icing/icing/file/
Dfile-backed-bitmap.h143 struct Header { struct
160 // NOTE: We use int32_t to store a bool info here to keep the Header argument
171 static constexpr int kHeaderByteSize = sizeof(Header); argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugArangeSet.h18 struct Header { struct
19 uint32_t length; // The total length of the entries for that set, not
21 uint16_t version; // The DWARF version number
22 uint32_t cu_offset; // The offset from the beginning of the .debug_info
46 const Header &GetHeader() const { return m_header; } in GetHeader() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp119 struct Header { struct in __anon698d81f30311::AppleAccelTableWriter
120 uint32_t Magic = MagicHash;
121 uint16_t Version = 1;
122 uint16_t HashFunction = dwarf::DW_hash_function_djb;
123 uint32_t BucketCount;
124 uint32_t HashCount;
125 uint32_t HeaderDataLength;
128 static const uint32_t MagicHash = 0x48415348;
130 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header() function
137 void dump() const { print(dbgs()); } in dump()
[all …]
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp119 struct Header { struct in __anon20a8e9ff0311::AppleAccelTableWriter
120 uint32_t Magic = MagicHash;
121 uint16_t Version = 1;
122 uint16_t HashFunction = dwarf::DW_hash_function_djb;
123 uint32_t BucketCount;
124 uint32_t HashCount;
125 uint32_t HeaderDataLength;
128 static const uint32_t MagicHash = 0x48415348;
130 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header() argument
137 void dump() const { print(dbgs()); } in dump()
[all …]
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
DFindAllSymbolsTests.cpp142 static const char Header[] = R"( in TEST_F() local
172 static const char Header[] = R"( in TEST_F() local
199 static const char Header[] = R"( in TEST_F() local
236 static const char Header[] = R"( in TEST_F() local
281 static const char Header[] = R"( local
328 static const char Header[] = R"( local
374 static const char Header[] = "void DecayedFunc(int x[], int y[10]) {}"; local
384 static const char Header[] = R"( local
413 static const char Header[] = R"( local
486 static const char Header[] = R"( local
[all …]
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.h86 struct Header { // counts of: struct
87 std::size_t timecnt; // transition times
88 std::size_t typecnt; // transition types
89 std::size_t charcnt; // zone abbreviation characters
90 std::size_t leapcnt; // leap seconds (we expect none)
91 std::size_t ttisstdcnt; // UTC/local indicators (unused)
92 std::size_t ttisutcnt; // standard/wall indicators (unused)
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h86 struct Header { // counts of: struct
87 std::size_t timecnt; // transition times
88 std::size_t typecnt; // transition types
89 std::size_t charcnt; // zone abbreviation characters
90 std::size_t leapcnt; // leap seconds (we expect none)
91 std::size_t ttisstdcnt; // UTC/local indicators (unused)
92 std::size_t ttisutcnt; // standard/wall indicators (unused)
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h86 struct Header { // counts of: struct
87 std::size_t timecnt; // transition times
88 std::size_t typecnt; // transition types
89 std::size_t charcnt; // zone abbreviation characters
90 std::size_t leapcnt; // leap seconds (we expect none)
91 std::size_t ttisstdcnt; // UTC/local indicators (unused)
92 std::size_t ttisutcnt; // standard/wall indicators (unused)

12345678910>>...22