Searched refs:CodeSection (Results 1 – 6 of 6) sorted by relevance
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()
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()
387 struct CodeSection : Section { struct388 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local697 Worklist.push_back(&CodeSection); in remapSectionsAndSymbols()
306 uint32_t CodeSection = 0; variable
1594 CodeSection = Sections.size(); in parseCodeSection()1932 return CodeSection; in getSymbolSectionIdImpl()