Searched refs:AtEntry (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 319 IRBuilder<> AtEntry(IP->getParent(), IP); in runOnFunction() local 322 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); in runOnFunction() 324 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction() 325 IP = AtEntry.GetInsertPoint(); in runOnFunction() 329 AtEntry.CreateLoad(StackEntryTy->getPointerTo(), Head, "gc_currhead"); in runOnFunction() 330 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 332 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 337 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 352 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 355 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() [all …]
|