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 174 /// UsesVAFloatArgument - True if this module calls VarArg function with
177 bool UsesVAFloatArgument;
253 bool usesVAFloatArgument() const {
254 return UsesVAFloatArgument;
258 UsesVAFloatArgument = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 1351 milliseconds