Searched refs:ConcreteStackEntryTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp395 Type *ConcreteStackEntryTy = GetConcreteStackEntryType(F); local
402 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame");
410 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
417 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
435 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
437 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
448 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0,

Completed in 39 milliseconds