|
clang
3.8.0
|
#include "CGBuilder.h"#include "CGDebugInfo.h"#include "CGLoopInfo.h"#include "CGValue.h"#include "CodeGenModule.h"#include "CodeGenPGO.h"#include "EHScopeStack.h"#include "clang/AST/CharUnits.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/ExprObjC.h"#include "clang/AST/ExprOpenMP.h"#include "clang/AST/Type.h"#include "clang/Basic/ABI.h"#include "clang/Basic/CapturedStmt.h"#include "clang/Basic/OpenMPKinds.h"#include "clang/Basic/TargetInfo.h"#include "clang/Frontend/CodeGenOptions.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Classes | |
| class | clang::CodeGen::CodeGenFunction |
| CodeGenFunction - This class organizes the per-function state that is used while generating LLVM code. More... | |
| struct | clang::CodeGen::CodeGenFunction::JumpDest |
| A jump destination is an abstract label, branching to which may require a jump out through normal cleanups. More... | |
| class | clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo |
| API for captured statement code generation. More... | |
| class | clang::CodeGen::CodeGenFunction::CGCapturedStmtRAII |
| RAII for correct setting/restoring of CapturedStmtInfo. More... | |
| class | clang::CodeGen::CodeGenFunction::SanitizerScope |
| RAII object to set/unset CodeGenFunction::IsSanitizerScope. More... | |
| struct | clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader |
| Header for data within LifetimeExtendedCleanupStack. More... | |
| class | clang::CodeGen::CodeGenFunction::FinallyInfo |
| A class controlling the emission of a finally block. More... | |
| class | clang::CodeGen::CodeGenFunction::RunCleanupsScope |
| Enters a new scope for capturing cleanups, all of which will be executed once the scope is exited. More... | |
| class | clang::CodeGen::CodeGenFunction::LexicalScope |
| class | clang::CodeGen::CodeGenFunction::OMPPrivateScope |
| The scope used to remap some variables as private in the OpenMP loop body (or other captured region emitted without outlining), and to restore old vars back on exit. More... | |
| class | clang::CodeGen::CodeGenFunction::ConditionalEvaluation |
| An object to manage conditionally-evaluated expressions. More... | |
| class | clang::CodeGen::CodeGenFunction::StmtExprEvaluation |
| An RAII object to record that we're evaluating a statement expression. More... | |
| class | clang::CodeGen::CodeGenFunction::PeepholeProtection |
| An object which temporarily prevents a value from being destroyed by aggressive peephole optimizations that assume that all uses of a value have been realized in the IR. More... | |
| class | clang::CodeGen::CodeGenFunction::OpaqueValueMappingData |
| A non-RAII class containing all the information about a bound opaque value. More... | |
| class | clang::CodeGen::CodeGenFunction::OpaqueValueMapping |
| An RAII object to set (and then clear) a mapping for an OpaqueValueExpr. More... | |
| class | clang::CodeGen::CodeGenFunction::FieldConstructionScope |
| A scope within which we are constructing the fields of an object which might use a CXXDefaultInitExpr. More... | |
| class | clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope |
| The scope of a CXXDefaultInitExpr. More... | |
| struct | clang::CodeGen::CodeGenFunction::VPtr |
| Struct with all informations about dynamic [sub]class needed to set vptr. More... | |
| class | clang::CodeGen::CodeGenFunction::AutoVarEmission |
| class | clang::CodeGen::CodeGenFunction::ParamValue |
| class | clang::CodeGen::CodeGenFunction::ConstantEmission |
| struct | clang::CodeGen::DominatingLLVMValue |
| Helper class with most of the code for saving a value for a conditional expression cleanup. More... | |
| struct | clang::CodeGen::DominatingPointer< T, true > |
| A partial specialization of DominatingValue for llvm::Values that might be llvm::Instructions. More... | |
| struct | clang::CodeGen::DominatingValue< Address > |
| A specialization of DominatingValue for Address. More... | |
| struct | clang::CodeGen::DominatingValue< Address >::saved_type |
| struct | clang::CodeGen::DominatingValue< RValue > |
| A specialization of DominatingValue for RValue. More... | |
| class | clang::CodeGen::DominatingValue< RValue >::saved_type |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::CodeGen | |
Enumerations | |
| enum | clang::CodeGen::TypeEvaluationKind { clang::CodeGen::TEK_Scalar, clang::CodeGen::TEK_Complex, clang::CodeGen::TEK_Aggregate } |
| The kind of evaluation to perform on values of a particular type. More... | |
1.8.6