Searched refs:CodeSection (Results 1 – 6 of 6) sorted by relevance
551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local552 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
146 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()257 Section.reset(new WasmYAML::CodeSection()); in mapping()258 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);462 WasmYAML::CodeSection &Section) { in writeSectionContent()584 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm()
362 struct CodeSection : Section { struct363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
288 uint32_t CodeSection = 0; variable
1139 CodeSection = Sections.size(); in parseCodeSection()1370 Ref.d.a = CodeSection; in getSymbolSection()