Searched defs:CodeGenModule (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1 //===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===//
14 #include "CodeGenModule.h"
53 static CGCXXABI &createCXXABI(CodeGenModule &CGM) {
64 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO, function in class:CodeGenModule
125 CodeGenModule::~CodeGenModule() {
137 void CodeGenModule::createObjCRuntime() {
156 void CodeGenModule::createOpenCLRuntime() {
160 void CodeGenModule
[all...]
H A DCodeGenModule.h1 //===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*- C++ -*-===//
210 /// CodeGenModule - This class organizes the cross-function state that is used
212 class CodeGenModule : public CodeGenTypeCache { class in namespace:clang::CodeGen
213 CodeGenModule(const CodeGenModule&); // DO NOT IMPLEMENT
214 void operator=(const CodeGenModule&); // DO NOT IMPLEMENT
359 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
363 ~CodeGenModule();

Completed in 76 milliseconds