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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 172 /// UsesMorestackAddr - True if the module calls the __morestack function
177 bool UsesMorestackAddr;
263 bool usesMorestackAddr() const {
264 return UsesMorestackAddr;
268 UsesMorestackAddr = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 278 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 187 milliseconds