HomeSort by: relevance | last modified time | path
    Searched refs:getThrowFn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 747 llvm::FunctionCallee getThrowFn() {
884 llvm::FunctionCallee Fn = getThrowFn();
4367 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args);
ItaniumCXXABI.cpp 1304 static llvm::FunctionCallee getThrowFn(CodeGenModule &CGM) {
1346 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args);

Completed in 44 milliseconds