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 102 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
105 bool SupportsTailCall;
305 bool supportsTailCall() const { return SupportsTailCall; }
ARMSubtarget.cpp 98 SupportsTailCall = false;
177 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);

Completed in 183 milliseconds