Searched refs:NumMeta (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 196 unsigned NumMeta = 0; in GetFrameMap() local 201 NumMeta = I + 1; in GetFrameMap() 204 Metadata.resize(NumMeta); in GetFrameMap() 210 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap() 215 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap() 218 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 443 int32_t NumMeta; //< Number of metadata entries. May be < NumRoots. 473 // For roots [0, NumMeta), the metadata pointer is in the FrameMap. 474 for (unsigned e = R->Map->NumMeta; i != e; ++i) 477 // For roots [NumMeta, NumRoots), the metadata pointer is null.
|