Searched defs:ExportSection (Results 1 – 3 of 3) sorted by relevance
208 struct ExportSection { struct209 std::vector<Architecture> Architectures;210 std::vector<FlowStringRef> AllowableClients;211 std::vector<FlowStringRef> ReexportedLibraries;212 std::vector<FlowStringRef> Symbols;213 std::vector<FlowStringRef> Classes;214 std::vector<FlowStringRef> ClassEHs;215 std::vector<FlowStringRef> IVars;216 std::vector<FlowStringRef> WeakDefSymbols;217 std::vector<FlowStringRef> TLVSymbols;
359 struct ExportSection : Section { struct360 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection() argument362 static bool classof(const Section *S) { in classof()366 std::vector<Export> Exports;
1040 ExportSection::ExportSection() in ExportSection() function in ExportSection