Searched refs:isELFInitializerSection (Results 1 – 5 of 5) sorted by relevance
74 bool isELFInitializerSection(StringRef SecName);
99 bool isELFInitializerSection(StringRef SecName) { in isELFInitializerSection() function
142 if (isELFInitializerSection(*SecName)) { in getELFObjectFileSymbolInfo()
743 if (!isELFInitializerSection(InitSection.getName())) in preserveInitSections() 781 if (isELFInitializerSection(Sec.getName())) { in registerInitSections()
37 if (IsElf && isELFInitializerSection(Sec.getName())) in hasInitializerSection()