Searched refs:NumMeta (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 111 unsigned NumMeta = 0; in GetFrameMap() local 116 NumMeta = I + 1; in GetFrameMap() 119 Metadata.resize(NumMeta); in GetFrameMap() 125 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap() 130 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap() 133 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A 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.
|