Searched defs:UsesVAFloatArgument (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h175 /// UsesVAFloatArgument - True if this module calls VarArg function with
178 bool UsesVAFloatArgument; member in class:llvm::MachineModuleInfo
255 return UsesVAFloatArgument;
259 UsesVAFloatArgument = b;

Completed in 54 milliseconds