Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp107 unsigned NumMeta = 0; in GetFrameMap() local
112 NumMeta = I + 1; in GetFrameMap()
115 Metadata.resize(NumMeta); in GetFrameMap()
121 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap()
126 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap()
129 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp208 unsigned NumMeta = 0; in GetFrameMap() local
213 NumMeta = I + 1; in GetFrameMap()
216 Metadata.resize(NumMeta); in GetFrameMap()
222 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap()
227 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata) in GetFrameMap()
231 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta)); in GetFrameMap()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp204 unsigned NumMeta = 0; in GetFrameMap() local
209 NumMeta = I + 1; in GetFrameMap()
212 Metadata.resize(NumMeta); in GetFrameMap()
218 ConstantInt::get(Int32Ty, NumMeta, false), in GetFrameMap()
223 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap()
226 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap()
/external/llvm/docs/
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.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
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.