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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 422 if (!ExceptionSlot)
423 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
424 return Address(ExceptionSlot, getPointerAlign());
CodeGenFunction.h 626 llvm::Value *ExceptionSlot = nullptr;

Completed in 62 milliseconds