Searched refs:emission (Results 1 – 25 of 316) sorted by relevance
12345678910>>...13
905 AutoVarEmission emission = EmitAutoVarAlloca(D); in EmitAutoVarDecl() local906 EmitAutoVarInit(emission); in EmitAutoVarDecl()907 EmitAutoVarCleanups(emission); in EmitAutoVarDecl()956 AutoVarEmission emission(D); in EmitAutoVarAlloca() local959 emission.IsByRef = isByRef; in EmitAutoVarAlloca()994 emission.Addr = Address::invalid(); in EmitAutoVarAlloca()995 assert(emission.wasEmittedAsGlobal()); in EmitAutoVarAlloca()996 return emission; in EmitAutoVarAlloca()1000 emission.IsConstantAggregate = true; in EmitAutoVarAlloca()1025 emission.NRVOFlag = NRVOFlag.getPointer(); in EmitAutoVarAlloca()[all …]
3 ; Test that the direct object emission selects the and variant with 8 bit5 ; We used to get this wrong when using direct object emission, but not when
225 emission of Variable Length Arrays (VLAs).230 properly. The emission of this stack probe emission is handled similar to the231 standard stack probe emission.
3 ; REQUIRES: object-emission20 ; Manually removed to disable location list emission:
3 ; REQUIRES: object-emission21 ; Manually removed to disable location list emission:
1 # REQUIRES: object-emission
5 ; Test the emission of gmlt-like inlining information into the skeleton unit.11 ; A member function is used to force emission of the declaration of the14 ; tests the general case of context emission, which is suppressed in gmlt-like
1 ; REQUIRES: object-emission
6 ; REQUIRES: object-emission66 ; sufficiently good DWARF emission and/or dumping)
44 Even if we choose to do LLVM code emission from RTL, we will almost45 certainly want to move LLVM emission from step 8 down until at least CSE