Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp251 static llvm::AllocaInst *createEntryBlockAlloca(llvm::Function &function, in createEntryBlockAlloca() function
1020 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1026 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1031 *caughtResultStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()