LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Pass.h"
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::MachineModuleInfoImpl |
This class can be derived from and used by targets to hold private target-specific information for each Module. More... | |
class | llvm::MachineModuleInfo |
This class contains meta information specific to a module. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
void | llvm::computeUsesVAFloatArgument (const CallInst &I, MachineModuleInfo &MMI) |
Determine if any floating-point values are being passed to this variadic function, and set the MachineModuleInfo's usesVAFloatArgument flag if so. More... | |