Searched refs:CodeSection (Results 1 – 5 of 5) sorted by relevance
558 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local559 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()
133 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping()231 Section.reset(new WasmYAML::CodeSection()); in mapping()232 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get())); in mapping()
327 struct CodeSection : Section { struct328 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function
280 uint32_t CodeSection = 0; variable
1046 CodeSection = Sections.size(); in parseCodeSection()1260 Ref.d.a = CodeSection; in getSymbolSection()