clang
3.9.0
|
#include "CGValue.h"
#include "EHScopeStack.h"
#include "clang/AST/CanonicalType.h"
#include "clang/AST/Type.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/IR/Value.h"
#include "ABIInfo.h"
Go to the source code of this file.
Classes | |
struct | clang::CodeGen::CallArg |
class | clang::CodeGen::CallArgList |
CallArgList - Type for representing both the value and type of arguments in a call. More... | |
struct | clang::CodeGen::CallArgList::Writeback |
struct | clang::CodeGen::CallArgList::CallArgCleanup |
class | clang::CodeGen::FunctionArgList |
FunctionArgList - Type for representing both the decl and type of parameters to a function. More... | |
class | clang::CodeGen::ReturnValueSlot |
ReturnValueSlot - Contains the address where the return value of a function can be stored, and whether the address is volatile or not. More... | |
Namespaces | |
llvm | |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
clang | |
Dataflow Directional Tag Classes. | |
clang::CodeGen | |
Typedefs | |
typedef SmallVector < llvm::AttributeSet, 8 > | clang::CodeGen::AttributeListType |