Searched refs:AtEntry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 306 IRBuilder<> AtEntry(IP->getParent(), IP); in runOnFunction() local 309 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); in runOnFunction() 313 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 316 Instruction *CurrentHead = AtEntry.CreateLoad(Head, "gc_currhead"); in runOnFunction() 317 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 319 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 324 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 339 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 344 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 346 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction() [all …]
|