Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp445 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()