Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp740 JITLinkSymbolSet InitSectionSymbols; in preserveInitSections()
753 InitSectionSymbols.insert(Sym); in preserveInitSections()
761 InitSectionSymbols.insert( in registerInitSections()
765 if (!InitSectionSymbols.empty()) { in registerInitSections()
767 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in registerInitSections()
726 JITLinkSymbolSet InitSectionSymbols; preserveInitSections() local
H A DCOFFPlatform.cpp862 JITLinkSymbolSet InitSectionSymbols; in preserveInitializerSections() local
867 InitSectionSymbols.insert( in preserveInitializerSections()
871 InitSymbolDeps[&MR] = InitSectionSymbols; in preserveInitializerSections()
H A DMachOPlatform.cpp1000 JITLinkSymbolSet InitSectionSymbols; in preserveImportantSections() local
1019 InitSectionSymbols.insert(Sym); in preserveImportantSections()
1027 InitSectionSymbols.insert( in preserveImportantSections()
1031 if (!InitSectionSymbols.empty()) { in preserveImportantSections()
1033 InitSymbolDeps[&MR] = std::move(InitSectionSymbols); in preserveImportantSections()