Searched refs:InitSectionSymbols (Results 1 – 3 of 3) sorted by relevance
740 JITLinkSymbolSet InitSectionSymbols; in preserveInitSections() local753 InitSectionSymbols.insert(Sym); in preserveInitSections()761 InitSectionSymbols.insert( in preserveInitSections()765 if (!InitSectionSymbols.empty()) { in preserveInitSections()767 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in preserveInitSections()
862 JITLinkSymbolSet InitSectionSymbols; in preserveInitializerSections() local867 InitSectionSymbols.insert( in preserveInitializerSections()871 InitSymbolDeps[&MR] = InitSectionSymbols; in preserveInitializerSections()
1000 JITLinkSymbolSet InitSectionSymbols; in preserveImportantSections() local1019 InitSectionSymbols.insert(Sym); in preserveImportantSections()1027 InitSectionSymbols.insert( in preserveImportantSections()1031 if (!InitSectionSymbols.empty()) { in preserveImportantSections()1033 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in preserveImportantSections()