Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() argument
238 static bool classof(const Section *S) { in classof()
243 std::vector<NameEntry> FunctionNames;
244 std::vector<NameEntry> GlobalNames;
245 std::vector<NameEntry> DataSegmentNames;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() function
238 static bool classof(const Section *S) { in classof()
243 std::vector<NameEntry> FunctionNames;
244 std::vector<NameEntry> GlobalNames;
245 std::vector<NameEntry> DataSegmentNames;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() function
238 static bool classof(const Section *S) { in classof()
243 std::vector<NameEntry> FunctionNames;
244 std::vector<NameEntry> GlobalNames;
245 std::vector<NameEntry> DataSegmentNames;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() function
238 static bool classof(const Section *S) { in classof()
243 std::vector<NameEntry> FunctionNames;
244 std::vector<NameEntry> GlobalNames;
245 std::vector<NameEntry> DataSegmentNames;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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;