Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h101 bool SupportsTailCall; variable
280 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall()
DARMSubtarget.cpp79 SupportsTailCall = false; in initializeEnvironment()
155 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0); in resetSubtargetFeatures()