Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h215 struct NameSection : CustomSection { struct
216 NameSection() : CustomSection("name") {} in NameSection() function
218 static bool classof(const Section *S) { in classof()
223 std::vector<NameEntry> FunctionNames;
224 std::vector<NameEntry> GlobalNames;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h212 struct NameSection : CustomSection { struct
213 NameSection() : CustomSection("name") {} in NameSection() function
215 static bool classof(const Section *S) { in classof()
220 std::vector<NameEntry> FunctionNames;
/external/llvm-project/lld/wasm/
DSyntheticSections.h299 NameSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "name") {} in NameSection() function