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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 55 llvm::DIType SelTy;
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 145 Type *SelTy = Type::getInt32Ty(Context);
146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL);
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
    [all...]

Completed in 508 milliseconds