Searched defs:LinkingSection (Results 1 – 3 of 3) sorted by relevance
227 struct LinkingSection : CustomSection { struct228 LinkingSection() : CustomSection("linking") {} in LinkingSection() function230 static bool classof(const Section *S) { in classof()235 uint32_t Version;236 std::vector<SymbolInfo> SymbolTable;237 std::vector<SegmentInfo> SegmentInfos;238 std::vector<InitFunction> InitFunctions;239 std::vector<Comdat> Comdats;
223 struct LinkingSection : CustomSection { struct224 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument226 static bool classof(const Section *S) { in classof()231 uint32_t Version;232 std::vector<SymbolInfo> SymbolTable;233 std::vector<SegmentInfo> SegmentInfos;234 std::vector<InitFunction> InitFunctions;235 std::vector<Comdat> Comdats;
279 LinkingSection(const std::vector<WasmInitEntry> &initFunctions, in LinkingSection() function