HomeSort by: relevance | last modified time | path
    Searched defs:CodeGenFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1 //===--- CodeGenFunction.cpp - Emit LLVM Code from ASTs for a Function ----===//
13 #include "CodeGenFunction.h"
68 CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext)
84 CodeGenFunction::~CodeGenFunction() {
112 void CodeGenFunction::SetFPModel() {
123 void CodeGenFunction::SetFastMathFlags(FPOptions FPFeatures) {
135 CodeGenFunction::CGFPOptionsRAII::CGFPOptionsRAII(CodeGenFunction &CGF
    [all...]
CodeGenFunction.h 1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
166 static saved_type save(CodeGenFunction &CGF, llvm::Value *value);
167 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value);
174 static type restore(CodeGenFunction &CGF, saved_type value) {
191 static saved_type save(CodeGenFunction &CGF, type value) {
195 static type restore(CodeGenFunction &CGF, saved_type value) {
216 static saved_type save(CodeGenFunction &CGF, RValue value);
217 RValue restore(CodeGenFunction &CGF);
225 static saved_type save(CodeGenFunction &CGF, type value) {
228 static type restore(CodeGenFunction &CGF, saved_type value)
    [all...]

Completed in 25 milliseconds