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

1 2

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 91 return llvm::IntegerType::get(getLLVMContext(),
331 return llvm::StructType::get(getLLVMContext());
339 return llvm::StructType::get(getLLVMContext());
359 ResultType = llvm::StructType::get(getLLVMContext());
414 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
419 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
438 ResultType = llvm::IntegerType::get(getLLVMContext(),
445 getTypeForFormat(getLLVMContext(), Context.getFloatTypeSemantics(T),
453 ResultType = getTypeForFormat(getLLVMContext(),
460 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
    [all...]
CGOpenCLRuntime.cpp 36 llvm::LLVMContext& Ctx = CGM.getLLVMContext();
74 CGM.getLLVMContext(), "opencl.pipe_t"), PipeAddrSpc);
SanitizerMetadata.cpp 36 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
79 llvm::MDNode::get(CGM.getLLVMContext(), None));
86 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
CGCUDABuiltin.cpp 78 llvm::LLVMContext &Ctx = CGM.getLLVMContext();
CGExpr.cpp 52 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
788 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
    [all...]
CGRecordLayoutBuilder.cpp 123 return llvm::Type::getIntNTy(Types.getLLVMContext(),
129 llvm::Type *Type = llvm::Type::getInt8Ty(Types.getLLVMContext());
470 llvm::Type::getInt32PtrTy(Types.getLLVMContext())));
699 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed);
    [all...]
CodeGenTypes.h 180 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGCall.cpp     [all...]
CodeGenModule.cpp 559 MetaDataNode = llvm::MDNode::get(getLLVMContext(), MD);
825 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList));
    [all...]
MicrosoftCXXABI.cpp 449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
481 CGM.getLLVMContext(), "rtti.ClassHierarchyDescriptor");
497 CGM.getLLVMContext(), "rtti.CompleteObjectLocator");
684 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType");
703 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, CTATypeName);
716 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes,
    [all...]
CGStmt.cpp     [all...]
CodeGenPGO.cpp 743 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
856 llvm::MDBuilder MDHelper(CGM.getLLVMContext());
880 llvm::MDBuilder MDHelper(CGM.getLLVMContext());
CGExprConstant.cpp 258 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
278 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
299 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(),
544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
612 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CGBuiltin.cpp 99 llvm::IntegerType::get(CGF.getLLVMContext(),
160 llvm::IntegerType::get(CGF.getLLVMContext(),
198 CGF.getLLVMContext(), CGF.getContext().getTypeSize(T));
277 LLVMContext &C = CGF.CGM.getLLVMContext();
338 llvm::MDBuilder MDHelper(CGF.getLLVMContext());
473 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
476 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
    [all...]
CGCUDANV.cpp 85 : CGCUDARuntime(CGM), Context(CGM.getLLVMContext()),
CGObjCRuntime.cpp 140 llvm::Type::getIntNTy(CGF.getLLVMContext(),
CodeGenModule.h 596 NoObjCARCExceptionsMetadata = llvm::MDNode::get(getLLVMContext(), None);
618 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
SwiftCallingConv.cpp 492 llvm::IntegerType::get(CGM.getLLVMContext(),
517 auto &ctx = CGM.getLLVMContext();
CGBlocks.cpp 85 CGM.getLLVMContext(), C.getTargetAddressSpace(LangAS::opencl_constant));
331 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
448 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
556 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
    [all...]
CGClass.cpp     [all...]
CoverageMappingGen.cpp     [all...]
CodeGenFunction.h     [all...]
ItaniumCXXABI.cpp     [all...]
CGAtomic.cpp 646 llvm::Type *IPtrTy = llvm::IntegerType::get(CGF.getLLVMContext(),
    [all...]
CGException.cpp 885 ParentPad = llvm::ConstantTokenNone::get(CGF.getLLVMContext());
    [all...]

Completed in 425 milliseconds

1 2