clang
10.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::CodeGen::CGCXXABI |
Implements C++ ABI-specific code generation functions. More... | |
struct | clang::CodeGen::CGCXXABI::AddedStructorArgs |
Notes how many arguments were added to the beginning (Prefix) and ending (Suffix) of an arg list. More... | |
struct | clang::CodeGen::CatchRetScope |
Namespaces | |
llvm | |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. | |
clang | |
Dataflow Directional Tag Classes. | |
clang::CodeGen | |
Functions | |
CGCXXABI * | clang::CodeGen::CreateItaniumCXXABI (CodeGenModule &CGM) |
Creates an Itanium-family ABI. More... | |
CGCXXABI * | clang::CodeGen::CreateMicrosoftCXXABI (CodeGenModule &CGM) |
Creates a Microsoft-family ABI. More... | |