Searched defs:SupportsTailCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h102 /// SupportsTailCall - True if the OS supports tail call. The dynamic linker
105 bool SupportsTailCall; member in class:llvm::ARMSubtarget
305 bool supportsTailCall() const { return SupportsTailCall; }

Completed in 48 milliseconds