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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DShadowStackGC.cpp284 // struct StackEntry {
393 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0, local
401 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry,
408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
425 StackEntry,0,0,"gc_frame.next");
427 StackEntry, 0, "gc_newhead");
436 Instruction *EntryNextPtr2 = CreateGEP(Context, *AtExit, StackEntry, 0, 0,
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp30 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef in namespace:__anon2598
31 typedef SmallVector<StackEntry, 16> StackVector;

Completed in 131 milliseconds