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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 167 /// UsesVAFloatArgument - True if this module calls VarArg function with
170 bool UsesVAFloatArgument;
255 bool usesVAFloatArgument() const {
256 return UsesVAFloatArgument;
260 UsesVAFloatArgument = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 278 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 117 milliseconds