Searched defs:setDoesNotReturn (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h230 void setDoesNotReturn(bool doesNotReturn = true) { function in class:llvm::CallSiteBase
231 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
/external/llvm/include/llvm/
H A DFunction.h236 void setDoesNotReturn(bool DoesNotReturn = true) { function in class:llvm::Function
H A DInstructions.h1319 void setDoesNotReturn(bool DoesNotReturn = true) { function in class:llvm::CallInst
3072 void setDoesNotReturn(bool DoesNotReturn = true) { function in class:llvm::InvokeInst

Completed in 69 milliseconds