OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripSections
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h
218
bool
StripSections
= false;
ConfigManager.cpp
599
Common.StripDWO || Common.StripNonAlloc || Common.
StripSections
||
622
Common.
StripSections
|| Common.Weaken || Common.DecompressDebugSections ||
909
Config.
StripSections
= InputArgs.hasArg(OBJCOPY_strip_sections);
1305
Config.
StripSections
= InputArgs.hasArg(STRIP_strip_sections);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp
142
return std::make_unique<ELFWriter<ELF32LE>>(Obj, Out, !Config.
StripSections
,
145
return std::make_unique<ELFWriter<ELF64LE>>(Obj, Out, !Config.
StripSections
,
148
return std::make_unique<ELFWriter<ELF32BE>>(Obj, Out, !Config.
StripSections
,
151
return std::make_unique<ELFWriter<ELF64BE>>(Obj, Out, !Config.
StripSections
,
380
if (Config.
StripSections
) {
Completed in 17 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026