Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp47 int writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);
221 int WasmWriter::writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section) { in writeSectionContent()
241 if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp51 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
151 Section.reset(new WasmYAML::NameSection()); in mapping()
152 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp55 std::unique_ptr<WasmYAML::NameSection> NameSec = make_unique<WasmYAML::NameSection>(); in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h179 struct NameSection : CustomSection { struct
180 NameSection() : CustomSection("name") {} in NameSection() argument