Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h179 struct NameSection : CustomSection { struct
180 NameSection() : CustomSection("name") {} in NameSection() argument
182 static bool classof(const Section *S) { in classof()
187 std::vector<NameEntry> FunctionNames;