Searched refs:CodeSection (Results 1 – 6 of 6) sorted by relevance
153 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()264 Section.reset(new WasmYAML::CodeSection()); in mapping()265 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);527 WasmYAML::CodeSection &Section) { in writeSectionContent()644 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
389 struct CodeSection : Section { struct390 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()
307 uint32_t CodeSection = 0; variable
1607 CodeSection = Sections.size(); in parseCodeSection()1953 return CodeSection; in getSymbolSectionIdImpl()