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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp62 , SupportsTailCall(false)
119 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);
H A DARMSubtarget.h94 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
97 bool SupportsTailCall; member in class:llvm::ARMSubtarget
251 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 89 milliseconds