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 402 llvm::Value *CodeGenFunction::getExceptionSlot() {
415 return Builder.CreateLoad(getExceptionSlot(), "exn");
777 Builder.CreateStore(LPadExn, getExceptionSlot());
    [all...]
CodeGenFunction.h     [all...]

Completed in 310 milliseconds