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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1 //===--- CodeGenFunction.cpp - Emit LLVM Code from ASTs for a Function ----===//
14 #include "CodeGenFunction.h"
36 CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) function in class:CodeGenFunction
79 CodeGenFunction::~CodeGenFunction() {
93 LValue CodeGenFunction::MakeNaturalAlignAddrLValue(llvm::Value *V, QualType T) {
105 llvm::Type *CodeGenFunction::ConvertTypeForMem(QualType T) {
109 llvm::Type *CodeGenFunction::ConvertType(QualType T) {
113 TypeEvaluationKind CodeGenFunction
[all...]
H A DCodeGenFunction.h1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
97 /// CodeGenFunction - This class organizes the per-function state that is used
99 class CodeGenFunction : public CodeGenTypeCache { class in namespace:clang::CodeGen
100 CodeGenFunction(const CodeGenFunction &) = delete;
101 void operator=(const CodeGenFunction &) = delete;
212 virtual void EmitBody(CodeGenFunction &CGF, const Stmt *S) {
247 /// \brief RAII object to set/unset CodeGenFunction::IsSanitizerScope.
249 CodeGenFunction *CGF;
251 SanitizerScope(CodeGenFunction *CG
[all...]

Completed in 65 milliseconds