Searched refs:CodeSection (Results 1 – 8 of 8) sorted by relevance
43 int writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);388 WasmYAML::CodeSection &Section) { in writeSectionContent()522 } else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) { in writeWasm()
553 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local554 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local552 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
118 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()207 Section.reset(new WasmYAML::CodeSection()); in mapping()208 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
295 struct CodeSection : Section { struct296 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
260 uint32_t CodeSection = 0; variable
260 auto CodeSec = make_unique<WasmYAML::CodeSection>(); in dump()
903 CodeSection = Sections.size(); in parseCodeSection()1114 Ref.d.a = CodeSection; in getSymbolSection()