Searched refs:EntryMapPtr (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 317 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() local 319 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShadowStackGC.cpp | 402 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry, in performCustomLowering() local 404 AtEntry.CreateStore(FrameMap, EntryMapPtr); in performCustomLowering()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 414 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() local 416 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction()
|