|
LLVM
4.0.0
|
This file describes how to lower LLVM calls to machine code calls. More...
#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/CallingConvLower.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/IR/Function.h"#include "llvm/Target/TargetCallingConv.h"Go to the source code of this file.
Classes | |
| class | llvm::CallLowering |
| struct | llvm::CallLowering::ArgInfo |
| struct | llvm::CallLowering::ValueHandler |
| Argument handling is mostly uniform between the four places that make these decisions: function formal arguments, call instruction args, call instruction returns and function returns. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
This file describes how to lower LLVM calls to machine code calls.
Definition in file CallLowering.h.
1.8.6