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

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 146 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C),
152 LandingPadInst *LPad = LandingPadInst::Create(ExnTy, PersFn, 1,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL);
191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 194 milliseconds