Searched refs:emission (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp124 /// EmitVarDecl - This method handles emission of any variable declaration
131 // FIXME: We need to force the emission/use of a guard variable for
238 // If constant emission failed, then this should be a C++ static
823 AutoVarEmission emission = EmitAutoVarAlloca(D); local
824 EmitAutoVarInit(emission);
825 EmitAutoVarCleanups(emission);
834 AutoVarEmission emission(D);
837 emission.IsByRef = isByRef;
840 emission.Alignment = alignment;
872 emission
1051 EmitAutoVarInit(const AutoVarEmission &emission) argument
1201 emitAutoVarTypeCleanup( const CodeGenFunction::AutoVarEmission &emission, QualType::DestructionKind dtorKind) argument
1258 EmitAutoVarCleanups(const AutoVarEmission &emission) argument
[all...]
H A DCGBlocks.cpp776 // emission.
1898 /// emission. Places the helpers in the global cache. Returns null
1902 const AutoVarEmission &emission) {
1903 const VarDecl &var = *emission.Variable;
1912 CXXByrefHelpers byrefInfo(emission.Alignment, type, copyExpr);
1937 ARCWeakByrefHelpers byrefInfo(emission.Alignment);
1946 ARCStrongBlockByrefHelpers byrefInfo(emission.Alignment);
1952 ARCStrongByrefHelpers byrefInfo(emission.Alignment);
1972 ObjectByrefHelpers byrefInfo(emission.Alignment, flags);
2097 void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &emission) { argument
1901 buildByrefHelpers(llvm::StructType &byrefType, const AutoVarEmission &emission) argument
2226 enterByrefCleanup(const AutoVarEmission &emission) argument
[all...]
H A DCodeGenFunction.h298 /// A class controlling the emission of a finally block.
499 /// \brief Force the emission of cleanups now, instead of waiting
543 /// \brief Force the emission of cleanups now, instead of waiting
1134 void emitByrefStructureInit(const AutoVarEmission &emission);
1135 void enterByrefCleanup(const AutoVarEmission &emission);
1174 /// emission when possible.
1800 void EmitAutoVarInit(const AutoVarEmission &emission);
1801 void EmitAutoVarCleanups(const AutoVarEmission &emission);
1802 void emitAutoVarTypeCleanup(const AutoVarEmission &emission,
2666 const AutoVarEmission &emission);
[all...]
/external/llvm/test/tools/llvm-objdump/Inputs/
H A Dwin64-unwind.exe.coff-x86_64.asm31 // Test emission of small functions.
/external/llvm/test/MC/Mips/
H A Dcpsetup.s30 # FIXME: Direct object emission for N32 is still under development.
50 # FIXME: Direct object emission for N32 is still under development.
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml52 interface, which causes the emission of a stub for each function;
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml6 * REQUIRES: native, object-emission
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l269 {dot}emission { return EMISSION; }
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l269 {dot}emission { return EMISSION; }

Completed in 178 milliseconds