HomeSort by relevance Sort by last modified time
    Searched refs:getExceptionSlot (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp 384 llvm::Value *CodeGenFunction::getExceptionSlot() {
397 return Builder.CreateLoad(getExceptionSlot(), "exn");
738 Builder.CreateStore(LPadExn, getExceptionSlot());
    [all...]
CodeGenFunction.h     [all...]

Completed in 275 milliseconds