HomeSort by relevance Sort by last modified time
    Searched refs:getLLVMContext (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 92 return llvm::IntegerType::get(getLLVMContext(),
317 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
322 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
341 ResultType = llvm::IntegerType::get(getLLVMContext(),
348 ResultType = getTypeForFormat(getLLVMContext(),
354 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
359 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
390 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
414 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
441 ResultType = llvm::StructType::get(getLLVMContext());
    [all...]
CGVTT.cpp 205 llvm::ConstantInt::get(llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0),
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(CGM.getLLVMContext()),
213 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
388 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
418 llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
CodeGenTypes.h 115 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGBuiltin.cpp 98 llvm::IntegerType::get(CGF.getLLVMContext(),
133 llvm::IntegerType::get(CGF.getLLVMContext(),
182 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
185 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
    [all...]
CGExprConstant.cpp 234 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
254 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
275 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(),
284 llvm::Type *Ty = llvm::Type::getInt8Ty(CGM.getLLVMContext());
320 llvm::Type *Ty = llvm::Type::getInt8Ty(CGM.getLLVMContext());
439 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
469 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CGStmt.cpp     [all...]
CGRecordLayoutBuilder.cpp 502 llvm::Type *FieldTy = llvm::Type::getInt8Ty(Types.getLLVMContext());
676 llvm::FunctionType::get(llvm::Type::getInt32Ty(Types.getLLVMContext()),
738 BaseSubobjectType = llvm::StructType::createNamed(Types.getLLVMContext(), "",
870 llvm::Type *Ty = llvm::Type::getInt8Ty(Types.getLLVMContext());
    [all...]
CGObjCRuntime.cpp 89 llvm::Type *I8Ptr = llvm::Type::getInt8PtrTy(CGF.getLLVMContext());
CodeGenFunction.cpp 219 llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()),
235 llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()), false);
270 llvm::LLVMContext &Context = getLLVMContext();
    [all...]
TargetInfo.cpp 51 return CGT.getLLVMContext();
363 return llvm::Type::getX86_MMXTy(CGF.getLLVMContext());
727 llvm::Type *BP = llvm::Type::getInt8PtrTy(CGF.getLLVMContext());
766 llvm::LLVMContext &Context = CGF.getLLVMContext();
    [all...]
CGBlocks.cpp 288 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
396 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
481 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
    [all...]
CGExprAgg.cpp     [all...]
CGDeclCXX.cpp 131 llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()),
CGExpr.cpp 39 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
555 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenModule.h 375 llvm::LLVMContext &getLLVMContext() { return VMContext; }
ItaniumCXXABI.cpp     [all...]
CGVTables.cpp     [all...]
CGCall.cpp 632 resultType = llvm::Type::getVoidTy(getLLVMContext());
642 resultType = llvm::Type::getVoidTy(getLLVMContext());
693 return llvm::StructType::get(getLLVMContext());
    [all...]
CGObjC.cpp     [all...]
CGClass.cpp 98 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(getLLVMContext());
128 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(CGF.getLLVMContext());
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 111 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; }
slang_rs_export_type.cpp 873 llvm::LLVMContext &C = getRSContext()->getLLVMContext();
    [all...]

Completed in 227 milliseconds

1 2