Searched defs:ExportSection (Results 1 – 8 of 8) sorted by relevance
209 struct ExportSection { struct210 std::vector<Architecture> Architectures;211 std::vector<FlowStringRef> AllowableClients;212 std::vector<FlowStringRef> ReexportedLibraries;213 std::vector<FlowStringRef> Symbols;214 std::vector<FlowStringRef> Classes;215 std::vector<FlowStringRef> ClassEHs;216 std::vector<FlowStringRef> IVars;217 std::vector<FlowStringRef> WeakDefSymbols;218 std::vector<FlowStringRef> TLVSymbols;
332 struct ExportSection : Section { struct333 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function335 static bool classof(const Section *S) { in classof()339 std::vector<Export> Exports;
356 struct ExportSection : Section { struct357 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function359 static bool classof(const Section *S) { in classof()363 std::vector<Export> Exports;
357 struct ExportSection : Section { struct358 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() function360 static bool classof(const Section *S) { in classof()364 std::vector<Export> Exports;
357 struct ExportSection : Section { struct358 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument360 static bool classof(const Section *S) { in classof()364 std::vector<Export> Exports;