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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 96 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
99 bool SupportsTailCall;
242 bool supportsTailCall() const { return SupportsTailCall; }
ARMSubtarget.cpp 63 , SupportsTailCall(false)
118 SupportsTailCall = T.getOS() == Triple::IOS && !T.isOSVersionLT(5, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 179 SupportsTailCall = !isThumb() || hasV8MBaselineOps();
182 SupportsTailCall = false;
ARMSubtarget.h 148 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
151 bool SupportsTailCall = false;
571 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 546 milliseconds