Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h293 void setKeepFunctionForStatic(bool KeepFunctionForStatic) { in setKeepFunctionForStatic() argument
294 Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
833 bool KeepFunctionForStatic = false; member
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h58 bool KeepFunctionForStatic = false; member
H A Ddsymutil.cpp302 Options.LinkOpts.KeepFunctionForStatic = in getOptions()
H A DDwarfLinkerForBinary.cpp581 GeneralLinker.setKeepFunctionForStatic(Options.KeepFunctionForStatic); in link()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp444 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()