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

Completed in 210 milliseconds