Searched defs:ExportSection (Results 1 – 3 of 3) sorted by relevance
209 struct ExportSection { struct 210 Architectures__anon8b430cf30111::ExportSection global() argument 211 AllowableClients__anon8b430cf30111::ExportSection global() argument 212 ReexportedLibraries__anon8b430cf30111::ExportSection global() argument 213 Symbols__anon8b430cf30111::ExportSection global() argument 214 Classes__anon8b430cf30111::ExportSection global() argument 215 ClassEHs__anon8b430cf30111::ExportSection global() argument 216 IVars__anon8b430cf30111::ExportSection global() argument 217 WeakDefSymbols__anon8b430cf30111::ExportSection global() argument 218 TLVSymbols__anon8b430cf30111::ExportSection global() argument
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;
983 ExportSection::ExportSection() ExportSection() function in ExportSection