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 384 if (!ExceptionSlot)
385 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
386 return Address(ExceptionSlot, getPointerAlign());
    [all...]
CodeGenFunction.cpp 52 ExceptionSlot(nullptr), EHSelectorSlot(nullptr),
    [all...]
CodeGenFunction.h 342 llvm::Value *ExceptionSlot;
    [all...]

Completed in 2793 milliseconds