Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h285 void setKeepFunctionForStatic(bool KeepFunctionForStatic) { in setKeepFunctionForStatic() argument
286 Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
792 bool KeepFunctionForStatic = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DLinkUtils.h47 bool KeepFunctionForStatic = false; member
H A Ddsymutil.cpp234 Options.LinkOpts.KeepFunctionForStatic = in getOptions()
H A DDwarfLinkerForBinary.cpp328 GeneralLinker.setKeepFunctionForStatic(Options.KeepFunctionForStatic); in link()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp445 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()