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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
WasmObjcopy.cpp 43 // Only support AddSection, DumpSection, RemoveSection for now.
44 for (StringRef Flag : Config.DumpSection) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 167 std::vector<StringRef> DumpSection;
ConfigManager.cpp 593 !Common.DumpSection.empty() || !Common.KeepSection.empty() ||
903 Config.DumpSection.push_back(Value);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 336 for (StringRef Flag : Config.DumpSection) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 524 for (StringRef Flag : Config.DumpSection) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 1714 StringRef DumpSection = FilterSections[i];
1716 DumpSegSectName = DumpSection.split(',');
1733 if (!DumpSection.empty())
1734 FoundSectionSet.insert(DumpSection);

Completed in 30 milliseconds