Home
last modified time | relevance | path

Searched refs:KeepFunctionForStatic (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h271 void setKeepFunctionForStatic(bool KeepFunctionForStatic) { in setKeepFunctionForStatic() argument
272 Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
787 bool KeepFunctionForStatic = false; member
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DLinkUtils.h50 bool KeepFunctionForStatic = false; member
H A Ddsymutil.cpp299 Options.LinkOpts.KeepFunctionForStatic = in getOptions()
H A DDwarfLinkerForBinary.cpp583 GeneralLinker.setKeepFunctionForStatic(Options.KeepFunctionForStatic); in link()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp445 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()