Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp227 SupportsTailCall = !isThumb1Only() || hasV8MBaselineOps(); in initSubtargetFeatures()
230 SupportsTailCall = false; in initSubtargetFeatures()
H A DARMSubtarget.h106 bool SupportsTailCall = false; variable
401 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall()