HomeSort by relevance Sort by last modified time
    Searched refs:SupportsTailCall (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 93 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
96 bool SupportsTailCall;
239 bool supportsTailCall() const { return SupportsTailCall; }
ARMSubtarget.cpp 62 , SupportsTailCall(false)
117 SupportsTailCall = T.getOS() == Triple::IOS && !T.isOSVersionLT(5, 0);

Completed in 15 milliseconds