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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 162 StringRef AllocSectionsPrefix;
ConfigManager.cpp 592 !Common.SymbolsPrefix.empty() || !Common.AllocSectionsPrefix.empty() ||
613 !Common.SymbolsPrefix.empty() || !Common.AllocSectionsPrefix.empty() ||
635 !Common.AllocSectionsPrefix.empty() ||
807 Config.AllocSectionsPrefix =
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 557 if (!Config.AllocSectionsPrefix.empty()) {
561 Sec.Name = (Config.AllocSectionsPrefix + Sec.Name).str();
586 // don't add Config.AllocSectionsPrefix because we've already added
593 (prefix + Config.AllocSectionsPrefix + TargetSec->Name).str();

Completed in 23 milliseconds