HomeSort by: relevance | last modified time | path
    Searched refs:SetSectionFlags (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 97 static void setSectionFlags(Section &Sec, SectionFlag AllFlags) {
225 if (!Config.SetSectionFlags.empty())
227 const auto It = Config.SetSectionFlags.find(Sec.Name);
228 if (It != Config.SetSectionFlags.end())
229 setSectionFlags(Sec, It->second.NewFlags);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 194 StringMap<SectionFlagsUpdate> SetSectionFlags;
ConfigManager.cpp 619 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() ||
644 !Common.SetSectionFlags.empty() || !Common.SymbolsToRename.empty()) {
850 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second)
860 if (Config.SetSectionFlags.count(SR.OriginalName))
866 if (Config.SetSectionFlags.count(SR.NewName))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 649 if (!Config.SetSectionFlags.empty()) {
651 const auto Iter = Config.SetSectionFlags.find(Sec.Name);
652 if (Iter != Config.SetSectionFlags.end()) {

Completed in 25 milliseconds