Searched defs:CodeSection (Results 1 – 4 of 4) sorted by relevance
295 struct CodeSection : Section { struct296 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function298 static bool classof(const Section *S) { in classof()302 std::vector<Function> Functions;
260 uint32_t CodeSection = 0; variable
553 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local