Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h89 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override { in setKeepFunctionForStatic() argument
90 GlobalData.Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
H A DDWARFLinkerGlobalData.h49 bool KeepFunctionForStatic = false; member
H A DDependencyTracker.cpp753 !Entry.CU->getGlobalData().getOptions().KeepFunctionForStatic) in isLiveVariableEntry()
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h271 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override { in setKeepFunctionForStatic() argument
272 Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
810 bool KeepFunctionForStatic = false; member
/llvm-project/llvm/tools/dsymutil/
H A DLinkUtils.h64 bool KeepFunctionForStatic = false; member
H A Ddsymutil.cpp316 Options.LinkOpts.KeepFunctionForStatic = in getOptions()
H A DDwarfLinkerForBinary.cpp686 GeneralLinker->setKeepFunctionForStatic(Options.KeepFunctionForStatic); in linkImpl()
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h125 virtual void setKeepFunctionForStatic(bool KeepFunctionForStatic) = 0;
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp540 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()