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.cpp 152 SupportsTailCall = false;
223 SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0);
226 SupportsTailCall = !isThumb1Only();
ARMSubtarget.h 116 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
119 bool SupportsTailCall;
415 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 522 milliseconds