Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LLVMContext

41 #include "llvm/LLVMContext.h"
82 llvm::LLVMContext &LLVMContext = M.getContext();
83 VoidTy = llvm::Type::getVoidTy(LLVMContext);
84 Int8Ty = llvm::Type::getInt8Ty(LLVMContext);
85 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
86 Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
87 Int64Ty = llvm::Type::getInt64Ty(LLVMContext);
88 FloatTy = llvm::Type::getFloatTy(LLVMContext);
89 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
93 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
94 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits);
207 Inst->setMetadata(llvm::LLVMContext::MD_tbaa, TBAAInfo);
2663 static llvm::Constant *GetPointerConstant(llvm::LLVMContext &Context,
2710 llvm::LLVMContext &Context = getLLVMContext();
2736 llvm::LLVMContext &Ctx = TheModule.getContext();