Home
last modified time | relevance | path

Searched defs:PubSection (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h80 struct PubSection { struct
81 InitialLength Length;
82 uint16_t Version;
83 uint32_t UnitOffset;
84 uint32_t UnitSize;
85 bool IsGNUStyle = false;
86 std::vector<PubEntry> Entries;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h84 struct PubSection { struct
85 dwarf::DwarfFormat Format;
86 yaml::Hex64 Length;
87 uint16_t Version;
88 uint32_t UnitOffset;
89 uint32_t UnitSize;
90 std::vector<PubEntry> Entries;