Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h105 bool SupportsTailCall; variable
305 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall()
DARMSubtarget.cpp98 SupportsTailCall = false; in initializeEnvironment()
177 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0); in resetSubtargetFeatures()