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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 126 bool UsesMorestackAddr;
198 bool usesMorestackAddr() const {
199 return UsesMorestackAddr;
203 UsesMorestackAddr = b;
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1250 milliseconds