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/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1033 milliseconds