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 180 /// UsesMorestackAddr - True if the module calls the __morestack function
185 bool UsesMorestackAddr;
262 bool usesMorestackAddr() const {
263 return UsesMorestackAddr;
267 UsesMorestackAddr = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 81 milliseconds