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

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

Completed in 66 milliseconds