Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp36 int writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
311 WasmYAML::FunctionSection &Section) { in writeSectionContent()
501 } else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp83 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
172 Section.reset(new WasmYAML::FunctionSection()); in mapping()
173 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h225 struct FunctionSection : Section { struct
226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp191 auto FuncSec = make_unique<WasmYAML::FunctionSection>(); in dump()