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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp794 // emission.
1927 /// emission. Places the helpers in the global cache. Returns null
1931 const AutoVarEmission &emission) {
1932 const VarDecl &var = *emission.Variable;
1941 CXXByrefHelpers byrefInfo(emission.Alignment, type, copyExpr);
1966 ARCWeakByrefHelpers byrefInfo(emission.Alignment);
1975 ARCStrongBlockByrefHelpers byrefInfo(emission.Alignment);
1981 ARCStrongByrefHelpers byrefInfo(emission.Alignment);
2001 ObjectByrefHelpers byrefInfo(emission.Alignment, flags);
2128 void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &emission) { argument
1930 buildByrefHelpers(llvm::StructType &byrefType, const AutoVarEmission &emission) argument
2259 enterByrefCleanup(const AutoVarEmission &emission) argument
[all...]
H A DCGDecl.cpp125 /// EmitVarDecl - This method handles emission of any variable declaration
132 // FIXME: We need to force the emission/use of a guard variable for
281 // If constant emission failed, then this should be a C++ static
862 AutoVarEmission emission = EmitAutoVarAlloca(D); local
863 EmitAutoVarInit(emission);
864 EmitAutoVarCleanups(emission);
873 AutoVarEmission emission(D);
876 emission.IsByRef = isByRef;
879 emission.Alignment = alignment;
911 emission
1090 EmitAutoVarInit(const AutoVarEmission &emission) argument
1239 emitAutoVarTypeCleanup( const CodeGenFunction::AutoVarEmission &emission, QualType::DestructionKind dtorKind) argument
1296 EmitAutoVarCleanups(const AutoVarEmission &emission) argument
[all...]

Completed in 71 milliseconds