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

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 90 /// ContainsProtectableArray - Check whether the type either is an array or
96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /external/llvm/lib/CodeGen/
StackProtector.cpp 106 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge,
141 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
245 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {

Completed in 76 milliseconds