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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 60 llvm::DIType SelTy;
CGDebugInfo.cpp 433 if (!SelTy)
434 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
437 return SelTy;
    [all...]
  /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 63 milliseconds