Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h89 void setKeepFunctionForStatic(bool KeepFunctionForStatic) override { in setKeepFunctionForStatic() argument
90 GlobalData.Options.KeepFunctionForStatic = KeepFunctionForStatic; in setKeepFunctionForStatic()
H A DDWARFLinkerGlobalData.h49 bool KeepFunctionForStatic = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
H A DDWARFLinkerBase.h125 virtual void setKeepFunctionForStatic(bool KeepFunctionForStatic) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp540 !LLVM_UNLIKELY(Options.KeepFunctionForStatic))) in shouldKeepVariableDIE()