Searched refs:NumMeta (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 107 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/ |
D | ShadowStackGC.cpp | 208 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/ |
D | ShadowStackGCLowering.cpp | 204 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/ |
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.
|
/external/swiftshader/third_party/llvm-7.0/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.
|