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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp34 /// StackEntryTy - Abstract type of a link in the shadow stack.
36 StructType *StackEntryTy; member in class:__anon2545::ShadowStackGCLowering
75 : FunctionPass(ID), Head(nullptr), StackEntryTy(nullptr),
252 EltTys.push_back(StackEntryTy);
291 StackEntryTy = StructType::create(M.getContext(), "gc_stackentry");
294 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
296 StackEntryTy->setBody(EltTys);
297 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy);

Completed in 53 milliseconds