Searched defs:CodeSection (Results 1 – 4 of 4) sorted by relevance
369 struct CodeSection : Section { struct370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function372 static bool classof(const Section *S) { in classof()376 std::vector<Function> Functions;
68 #define CodeSection 0 macro
300 uint32_t CodeSection = 0; variable
646 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local