Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp48 int writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section);
135 int WasmWriter::writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section) { in writeSectionContent()
244 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp57 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
147 Section.reset(new WasmYAML::LinkingSection()); in mapping()
148 sectionMapping(IO, *cast<WasmYAML::LinkingSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp64 std::unique_ptr<WasmYAML::LinkingSection> LinkingSec = make_unique<WasmYAML::LinkingSection>(); in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h190 struct LinkingSection : CustomSection { struct
191 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument