Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h89 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override {
90 GlobalData.Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic() argument
H A DDWARFLinkerGlobalData.h49 bool KeepFunctionForStatic = false;
50 bool KeepFunctionForStatic = false; global() member
H A DDependencyTracker.cpp753 !Entry.CU->getGlobalData().getOptions().KeepFunctionForStatic) in isLiveVariableEntry()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h125 virtual void setKeepFunctionForStatic(bool KeepFunctionForStatic) = 0;
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp540 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()