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

  /external/clang/lib/CodeGen/
CGException.cpp 385 if (!ExceptionSlot)
386 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
387 return ExceptionSlot;
    [all...]
CodeGenFunction.cpp 43 FirstBlockInfo(nullptr), EHResumeBlock(nullptr), ExceptionSlot(nullptr),
    [all...]
CodeGenFunction.h 277 llvm::Value *ExceptionSlot;
    [all...]

Completed in 50 milliseconds