Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h217 struct NameSection : CustomSection { struct
218 NameSection() : CustomSection("name") {} in NameSection() argument
220 static bool classof(const Section *S) { in classof()
225 std::vector<NameEntry> FunctionNames;
226 std::vector<NameEntry> GlobalNames;
227 std::vector<NameEntry> DataSegmentNames;