Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp112 unsigned NumMeta = 0; in GetFrameMap() local
117 NumMeta = I + 1; in GetFrameMap()
120 Metadata.resize(NumMeta); in GetFrameMap()
126 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap()
131 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap()
134 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap()
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst443 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.