HomeSort by relevance Sort by last modified time
    Searched refs:usesVAFloatArgument (Results 1 - 3 of 3) 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/SelectionDAG/
FunctionLoweringInfo.cpp 420 /// usesVAFloatArgument flag if so. This flag is used to emit an undefined
428 if (FT->isVarArg() && !MMI->usesVAFloatArgument()) {
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 654 if (Subtarget->isTargetKnownWindowsMSVC() && MMI->usesVAFloatArgument()) {

Completed in 419 milliseconds