Home
last modified time | relevance | path

Searched refs:createEntryBlockAlloca (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp198 static llvm::AllocaInst *createEntryBlockAlloca(llvm::Function &function, in createEntryBlockAlloca() function
968 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
974 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
979 *caughtResultStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()