Searched refs:ImportInfo (Results 1 – 6 of 6) sorted by relevance
29 # CHECK-NEXT: ImportInfo:
63 for (const auto &Imp : Info.ImportInfo) in dumpCustomSection()64 DylinkSec->ImportInfo.push_back({Imp.Module, Imp.Field, Imp.Flags}); in dumpCustomSection()
56 std::vector<WasmDylinkImportInfo> ImportInfo; member
230 std::vector<DylinkImportInfo> ImportInfo; member
58 IO.mapOptional("ImportInfo", Section.ImportInfo); in sectionMapping()
428 DylinkInfo.ImportInfo.push_back( in parseDylink0Section()