HomeSort by relevance Sort by last modified time
    Searched defs:SupportsTailCall (Results 1 - 2 of 2) 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; }
  /external/llvm/lib/Target/ARM/
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 274 milliseconds