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

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp48 Type *FunctionContextTy; member in class:__anon25821::SjLjEHPrepare
95 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
104 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr);
107 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr);
195 TLI->getDataLayout()->getPrefTypeAlignment(FunctionContextTy);
196 FuncCtx = new AllocaInst(FunctionContextTy, nullptr, Align, "fn_context",

Completed in 84 milliseconds