Searched refs:CodeSection (Results 1 – 6 of 6) sorted by relevance
152 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping() 263 Section.reset(new WasmYAML::CodeSection()); in mapping() 264 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);519 WasmYAML::CodeSection &Section) { in writeSectionContent()635 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
387 struct CodeSection : Section { struct388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
306 uint32_t CodeSection = 0;299 uint32_t CodeSection = 0; global() variable
696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local 697 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
1594 CodeSection = Sections.size(); in parseDataSection() 1932 return CodeSection; in getWasmSection()