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

  /external/llvm/lib/Analysis/
DIBuilder.cpp 25 static Constant *GetTagConstant(LLVMContext &VMContext, unsigned Tag) {
28 return ConstantInt::get(Type::getInt32Ty(VMContext), Tag | LLVMDebugVersion);
32 : M(m), VMContext(M.getContext()), TheCU(0), TempEnumTypes(0),
83 Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) };
84 TempEnumTypes = MDNode::getTemporary(VMContext, TElts);
86 MDNode *EnumHolder = MDNode::get(VMContext, THElts);
88 TempRetainTypes = MDNode::getTemporary(VMContext, TElts);
90 MDNode *RetainHolder = MDNode::get(VMContext, TRElts);
92 TempSubprograms = MDNode::getTemporary(VMContext, TElts);
94 MDNode *SPHolder = MDNode::get(VMContext, TSElts)
    [all...]
DebugInfo.cpp 904 LLVMContext &VMContext) {
910 return DIVariable(MDNode::get(VMContext, Elts));
914 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
919 Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext))):
921 return DIVariable(MDNode::get(VMContext, Elts));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 40 llvm::LLVMContext& VMContext;
63 CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext &VMContext,
CodeGenTBAA.cpp 28 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,
30 : Context(Ctx), VMContext(VMContext), Features(Features), MContext(MContext),
67 Flags = llvm::ConstantInt::get(llvm::Type::getInt64Ty(VMContext), true);
71 llvm::MDString::get(VMContext, NameStr),
78 return llvm::MDNode::get(VMContext, llvm::makeArrayRef(Ops, Len));
CodeGenAction.cpp 241 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext),
247 delete VMContext;
267 return VMContext;
302 *VMContext);
328 TheModule.reset(ParseIR(MainFileCopy, Err, *VMContext));
CodeGenTypes.cpp 264 static llvm::Type *getTypeForFormat(llvm::LLVMContext &VMContext,
267 return llvm::Type::getInt16Ty(VMContext);
269 return llvm::Type::getFloatTy(VMContext);
271 return llvm::Type::getDoubleTy(VMContext);
273 return llvm::Type::getFP128Ty(VMContext);
275 return llvm::Type::getPPC_FP128Ty(VMContext);
277 return llvm::Type::getX86_FP80Ty(VMContext);
CGExprConstant.cpp 465 llvm::LLVMContext &VMContext;
468 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
548 llvm::Type *Ty = llvm::Type::getInt8Ty(VMContext);
825 return llvm::ConstantArray::get(VMContext,
840 return llvm::ConstantArray::get(VMContext, Str, false);
    [all...]
CGDeclCXX.cpp 193 = llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext),
230 = llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext),
264 = llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext),
CGObjCGNU.cpp 190 llvm::Constant *value = llvm::ConstantArray::get(VMContext, Str, true);
242 llvm::LLVMContext &VMContext;
640 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
    [all...]
CGRTTI.cpp 27 llvm::LLVMContext &VMContext;
68 VMContext(CGM.getModule().getContext()),
69 Int8PtrTy(llvm::Type::getInt8PtrTy(VMContext)) { }
128 llvm::Constant *Init = llvm::ConstantArray::get(VMContext, Name.substr(4));
586 llvm::Type *Int8PtrTy = llvm::Type::getInt8PtrTy(VMContext);
    [all...]
CGObjCMac.cpp 55 llvm::LLVMContext &VMContext;
96 llvm::Type::getDoubleTy(VMContext),
667 llvm::LLVMContext &VMContext;
    [all...]
CodeGenModule.cpp 73 VMContext(M.getContext()),
86 TBAA = new CodeGenTBAA(Context, VMContext, getLangOptions(),
381 llvm::StructType::get(llvm::Type::getInt32Ty(VMContext),
388 S.push_back(llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext),
607 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(VMContext);
    [all...]
CGExprScalar.cpp 63 llvm::LLVMContext &VMContext;
68 VMContext(cgf.getLLVMContext()) {
175 return llvm::ConstantFP::get(VMContext, E->getValue());
220 C = llvm::ConstantFP::get(VMContext, Result.Val.getFloat());
562 SrcTy = llvm::Type::getFloatTy(VMContext);
633 DstTy = llvm::Type::getFloatTy(VMContext);
    [all...]
CodeGenModule.h 327 llvm::LLVMContext &VMContext;
412 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 28 llvm::LLVMContext *VMContext;
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 786 LLVMContext &VMContext);
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
DIBuilder.h 49 LLVMContext & VMContext;

Completed in 508 milliseconds