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 163 /// UsesVAFloatArgument - True if this module calls VarArg function with
166 bool UsesVAFloatArgument;
229 bool usesVAFloatArgument() const {
230 return UsesVAFloatArgument;
234 UsesVAFloatArgument = b;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 277 DbgInfoAvailable = UsesVAFloatArgument = false;

Completed in 681 milliseconds