Lines Matching refs:LinkingData
534 LinkingData.Version = readVaruint32(Ctx); in parseLinkingSection()
535 if (LinkingData.Version != wasm::WasmMetadataVersion) { in parseLinkingSection()
537 "unexpected metadata version: " + Twine(LinkingData.Version) + in parseLinkingSection()
569 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection()
578 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()
604 LinkingData.SymbolTable.clear(); in parseLinkingSectionSymtab()
606 LinkingData.SymbolTable.reserve(Count); in parseLinkingSectionSymtab()
806 LinkingData.SymbolTable.emplace_back(Info); in parseLinkingSectionSymtab()
807 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab()
824 LinkingData.Comdats.emplace_back(Name); in parseLinkingSectionComdat()
1297 LinkingData.SymbolTable.reserve(Count); in parseExportSection()
1362 LinkingData.SymbolTable.emplace_back(Info); in parseExportSection()
1363 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, in parseExportSection()