Home
last modified time | relevance | path

Searched refs:ExportSection (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp40 int writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);
320 WasmYAML::ExportSection &Section) { in writeSectionContent()
513 } else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp103 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping()
192 Section.reset(new WasmYAML::ExportSection()); in mapping()
193 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h265 struct ExportSection : Section { struct
266 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp158 bool ExportSection(COFFSection const *S);
512 bool WinCOFFObjectWriter::ExportSection(COFFSection const *S) { in ExportSection() function in WinCOFFObjectWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp234 auto ExportSec = make_unique<WasmYAML::ExportSection>(); in dump()