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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp207 unsigned NumMeta = 0; local
212 NumMeta = I + 1;
215 Metadata.resize(NumMeta);
221 ConstantInt::get(Int32Ty, NumMeta, false),
226 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)
230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
273 // int32_t NumMeta; // Number of metadata descriptors. May be < NumRoots.

Completed in 64 milliseconds