Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h234 struct NameSection : CustomSection { struct
235 NameSection() : CustomSection("name") {} in NameSection() argument
237 static bool classof(const Section *S) { in classof()
242 std::vector<NameEntry> FunctionNames;
243 std::vector<NameEntry> GlobalNames;
244 std::vector<NameEntry> DataSegmentNames;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h212 struct NameSection : CustomSection { struct
213 NameSection() : CustomSection("name") {} in NameSection() argument
215 static bool classof(const Section *S) { in classof()
220 std::vector<NameEntry> FunctionNames;