HomeSort by relevance Sort by last modified time
    Searched defs:VMContext (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/CodeGen/
SanitizerMetadata.cpp 36 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
42 GlobalName = llvm::MDString::get(VMContext, Name);
48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)),
50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))};
52 llvm::MDNode *ThisGlobal = llvm::MDNode::get(VMContext, GlobalMetadata);
86 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
88 llvm::MDString::get(VMContext, PLoc.getFilename()),
90 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())),
92 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())),
94 return llvm::MDNode::get(VMContext, LocMetadata)
    [all...]
ObjectFilePCHContainerOperations.cpp 52 std::unique_ptr<llvm::LLVMContext> VMContext;
153 VMContext.reset(new llvm::LLVMContext());
154 M.reset(new llvm::Module(MainFileName, *VMContext));
195 assert(M && VMContext && Builder);
197 std::unique_ptr<llvm::LLVMContext> VMContext = std::move(this->VMContext);
222 auto Int8Ty = llvm::Type::getInt8Ty(*VMContext);
225 *VMContext, StringRef(SerializedAST.data(), Size),
CGExprConstant.cpp 603 llvm::LLVMContext &VMContext;
606 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CodeGenModule.h 269 llvm::LLVMContext &VMContext;
612 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
CGExprScalar.cpp 65 llvm::LLVMContext &VMContext;
70 VMContext(cgf.getLLVMContext()) {
229 return llvm::ConstantFP::get(VMContext, E->getValue());
624 llvm::Value *Max = llvm::ConstantInt::get(VMContext, LargestInt);
628 llvm::Value *Min = llvm::ConstantInt::get(VMContext, -LargestInt);
678 Builder.CreateFCmpOGT(Src, llvm::ConstantFP::get(VMContext, MinSrc));
680 Builder.CreateFCmpOLT(Src, llvm::ConstantFP::get(VMContext, MaxSrc));
716 Builder.CreateFCmpOGT(AbsSrc, llvm::ConstantFP::get(VMContext, MinBad));
718 Builder.CreateFCmpOLT(AbsSrc, llvm::ConstantFP::get(VMContext, MaxBad));
    [all...]
CGObjCGNU.cpp 182 llvm::Constant *value = llvm::ConstantDataArray::getString(VMContext,Str);
292 llvm::LLVMContext &VMContext;
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 51 llvm::LLVMContext &VMContext;
107 llvm::Type *longDoubleType = llvm::Type::getX86_FP80Ty(VMContext);
812 llvm::LLVMContext &VMContext;
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 31 llvm::LLVMContext *VMContext;
  /external/llvm/include/llvm/IR/
DIBuilder.h 37 LLVMContext &VMContext;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 

Completed in 157 milliseconds