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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 178 NameMatcher KeepSection;
ConfigManager.cpp 593 !Common.DumpSection.empty() || !Common.KeepSection.empty() ||
614 !Common.KeepSection.empty() || NewSymbolVisibility ||
879 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
1316 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 453 if (!Config.KeepSection.empty()) {
456 if (Config.KeepSection.matches(Sec.Name))

Completed in 81 milliseconds