Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp152 SupportsTailCall = false; in initializeEnvironment()
223 SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0); in initSubtargetFeatures()
226 SupportsTailCall = !isThumb1Only(); in initSubtargetFeatures()
DARMSubtarget.h119 bool SupportsTailCall; variable
415 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall()