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 164 /// UsesVAFloatArgument - True if this module calls VarArg function with
167 bool UsesVAFloatArgument;
226 bool usesVAFloatArgument() const {
227 return UsesVAFloatArgument;
231 UsesVAFloatArgument = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 260 UsesVAFloatArgument(false) {

Completed in 508 milliseconds