Searched refs:ExportInfo (Results 1 – 6 of 6) sorted by relevance
59 struct ExportInfo { struct63 ExportInfo(const Symbol &sym, uint64_t imageBase) in ExportInfo() function87 std::optional<ExportInfo> info;259 node->info = ExportInfo(*pivotSymbol, imageBase); in sortAndBuild()
290 struct ExportInfo { struct 309 ExportInfo Exports; argument
289 std::vector<WasmDylinkExportInfo> ExportInfo; member
232 std::vector<DylinkExportInfo> ExportInfo; member
61 IO.mapOptional("ExportInfo", Section.ExportInfo); in sectionMapping()
478 DylinkInfo.ExportInfo.push_back({readString(Ctx), readVaruint32(Ctx)}); in parseDylink0Section()