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 132 SupportsTailCall = false;
234 SupportsTailCall = !isThumb1Only();
237 SupportsTailCall = false;
ARMSubtarget.h 129 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
132 bool SupportsTailCall;
446 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 261 milliseconds