Home
last modified time | relevance | path

Searched refs:InitSectionSymbols (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp780 JITLinkSymbolSet InitSectionSymbols; in preserveInitSections() local
793 InitSectionSymbols.insert(Sym); in preserveInitSections()
801 InitSectionSymbols.insert( in preserveInitSections()
805 if (!InitSectionSymbols.empty()) { in preserveInitSections()
807 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in preserveInitSections()
H A DMachOPlatform.cpp700 JITLinkSymbolSet InitSectionSymbols; in preserveInitSections() local
714 InitSectionSymbols.insert(Sym); in preserveInitSections()
722 InitSectionSymbols.insert( in preserveInitSections()
726 if (!InitSectionSymbols.empty()) { in preserveInitSections()
728 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in preserveInitSections()