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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 192 StringMap<SectionRename> SectionsToRename;
ConfigManager.cpp 597 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() ||
617 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() ||
643 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() ||
833 if (!Config.SectionsToRename.try_emplace(SR->OriginalName, *SR).second)
858 for (const auto &E : Config.SectionsToRename) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 542 if (!Config.SectionsToRename.empty()) {
544 const auto Iter = Config.SectionsToRename.find(Sec.Name);
545 if (Iter != Config.SectionsToRename.end()) {

Completed in 47 milliseconds