Searched refs:KeepFunctionForStatic (Results 1 – 9 of 9) sorted by relevance
89 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override { in setKeepFunctionForStatic() argument90 GlobalData.Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
49 bool KeepFunctionForStatic = false; member
275 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override { in setKeepFunctionForStatic() argument276 Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()817 bool KeepFunctionForStatic = false; member
126 virtual void setKeepFunctionForStatic(bool KeepFunctionForStatic) = 0;
540 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()