Home
last modified time | relevance | path

Searched refs:DescriptorElts (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp124 Constant *DescriptorElts[] = { in GetFrameMap() local
128 Type *EltTys[] = {DescriptorElts[0]->getType(), DescriptorElts[1]->getType()}; in GetFrameMap()
131 Constant *FrameMap = ConstantStruct::get(STy, DescriptorElts); in GetFrameMap()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp225 Constant *DescriptorElts[] = { in GetFrameMap() local
230 Type *EltTys[] = { DescriptorElts[0]->getType(),DescriptorElts[1]->getType()}; in GetFrameMap()
233 Constant *FrameMap = ConstantStruct::get(STy, DescriptorElts); in GetFrameMap()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp221 Constant *DescriptorElts[] = { in GetFrameMap() local
225 Type *EltTys[] = {DescriptorElts[0]->getType(), DescriptorElts[1]->getType()}; in GetFrameMap()
228 Constant *FrameMap = ConstantStruct::get(STy, DescriptorElts); in GetFrameMap()