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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp129 /// EmitVarDecl - This method handles emission of any variable declaration
136 // FIXME: We need to force the emission/use of a guard variable for
287 // If constant emission failed, then this should be a C++ static
905 AutoVarEmission emission = EmitAutoVarAlloca(D); local
906 EmitAutoVarInit(emission);
907 EmitAutoVarCleanups(emission);
945 AutoVarEmission emission(D);
948 emission.IsByRef = isByRef;
983 emission.Addr = Address::invalid();
984 assert(emission
1166 EmitAutoVarInit(const AutoVarEmission &emission) argument
1313 emitAutoVarTypeCleanup( const CodeGenFunction::AutoVarEmission &emission, QualType::DestructionKind dtorKind) argument
1370 EmitAutoVarCleanups(const AutoVarEmission &emission) argument
[all...]
H A DCGBlocks.cpp795 // emission.
1938 /// emission. Places the helpers in the global cache. Returns null
1942 const AutoVarEmission &emission) {
1943 const VarDecl &var = *emission.Variable;
2143 void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &emission) { argument
2145 Address addr = emission.Addr;
2164 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission);
2166 const VarDecl &D = *emission.Variable;
2276 void CodeGenFunction::enterByrefCleanup(const AutoVarEmission &emission) { argument
2282 emission
1941 buildByrefHelpers(llvm::StructType &byrefType, const AutoVarEmission &emission) argument
[all...]
H A DCodeGenFunction.h351 /// A class controlling the emission of a finally block.
503 /// \brief Force the emission of cleanups now, instead of waiting
550 /// \brief Force the emission of cleanups now, instead of waiting
1275 void emitByrefStructureInit(const AutoVarEmission &emission);
1276 void enterByrefCleanup(const AutoVarEmission &emission);
1322 /// \brief Emit the unified return block, trying to avoid its emission when
2053 void EmitAutoVarInit(const AutoVarEmission &emission);
2054 void EmitAutoVarCleanups(const AutoVarEmission &emission);
2055 void emitAutoVarTypeCleanup(const AutoVarEmission &emission,
3200 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.s34 # FIXME: Direct object emission for N32 is still under development.
65 # FIXME: Direct object emission for N32 is still under development.
104 # FIXME: Direct object emission for N32 is still under development.
161 # FIXME: Direct object emission for N32 is still under development.
/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp39 glm::vec4 emission; // Ecm member in struct:material
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml6 * REQUIRES: native, object-emission
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l269 {dot}emission { return EMISSION; }

Completed in 475 milliseconds