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 64 llvm::DIType *SelTy = nullptr;
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 150 Type *SelTy = Type::getInt32Ty(Context);
151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr);
197 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
    [all...]

Completed in 110 milliseconds