Searched defs:NameSection (Results 1 – 3 of 3) sorted by relevance
215 struct NameSection : CustomSection { struct216 NameSection() : CustomSection("name") {} in NameSection() function218 static bool classof(const Section *S) { in classof()223 std::vector<NameEntry> FunctionNames;224 std::vector<NameEntry> GlobalNames;
212 struct NameSection : CustomSection { struct213 NameSection() : CustomSection("name") {} in NameSection() function215 static bool classof(const Section *S) { in classof()220 std::vector<NameEntry> FunctionNames;
299 NameSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "name") {} in NameSection() function