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 62 , SupportsTailCall(false)
119 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);
ARMSubtarget.h 94 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
97 bool SupportsTailCall;
251 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 933 milliseconds