HomeSort by relevance Sort by last modified time
    Searched refs:FunctionSection (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2wasm.cpp 36 int writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
311 WasmYAML::FunctionSection &Section) {
501 } else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 225 struct FunctionSection : Section {
226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
WasmYAML.cpp 83 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) {
172 Section.reset(new WasmYAML::FunctionSection());
173 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 191 auto FuncSec = make_unique<WasmYAML::FunctionSection>();

Completed in 1156 milliseconds