HomeSort by relevance Sort by last modified time
    Searched defs:Ctx (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.h 22 MCContext &Ctx;
25 AMDGPUMCInstLower(MCContext &ctx);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 28 MCContext &Ctx;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
33 : Ctx(ctx), Printer(printer) {}
  /external/llvm/include/llvm/MC/
MCRelocationInfo.h 35 MCContext &Ctx;
38 MCRelocationInfo(MCContext &Ctx);
MCSymbolizer.h 44 MCContext &Ctx;
49 MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo);
MCDisassembler.h 60 DisInfo(0), Ctx(0),
100 MCContext *Ctx;
124 MCContext *Ctx,
132 MCContext *getMCContext() const { return Ctx; }
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 29 MCContext *Ctx;
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 28 MCContext &Ctx;
32 SystemZMCInstLower(Mangler *mang, MCContext &ctx,
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 27 MCContext *Ctx;
XCoreLowerThreadLocal.cpp 90 LLVMContext &Ctx = M->getContext();
119 Indices.push_back(Constant::getNullValue(Type::getInt64Ty(Ctx)));
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 51 ASTContext &Ctx = Pass.Ctx;
52 Expr::isModifiableLvalueResult IsLV = E->isModifiableLvalue(Ctx, &Loc);
77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 34 ASTContext &Ctx = C.getASTContext();
35 QualType ToTy = Ctx.getCanonicalType(CE->getType());
CastToStructChecker.cpp 37 ASTContext &Ctx = C.getASTContext();
38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
39 QualType ToTy = Ctx.getCanonicalType(CE->getType());
CheckObjCDealloc.cpp 56 ASTContext &Ctx) {
75 ME->getArg(0)->isNullPointerConstant(Ctx,
85 if (BO->getRHS()->isNullPointerConstant(Ctx,
94 if (*I && scan_ivar_release(*I, ID, PD, Release, SelfII, Ctx))
105 ASTContext &Ctx = BR.getContext();
134 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject");
135 IdentifierInfo* SenTestCaseII = &Ctx.Idents.get("SenTestCase");
156 IdentifierInfo* II = &Ctx.Idents.get("dealloc");
157 Selector S = Ctx.Selectors.getSelector(0, &II);
207 IdentifierInfo* RII = &Ctx.Idents.get("release")
    [all...]
DynamicTypePropagation.cpp 51 ASTContext &Ctx = C.getASTContext();
52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
ObjCMissingSuperCallChecker.cpp 77 void initializeSelectors(ASTContext &Ctx) const;
78 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
103 void ObjCSuperCallChecker::fillSelectors(ASTContext &Ctx,
114 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
121 void ObjCSuperCallChecker::initializeSelectors(ASTContext &Ctx) const {
139 fillSelectors(Ctx, Selectors, "UIViewController");
146 fillSelectors(Ctx, Selectors, "UIResponder");
154 fillSelectors(Ctx, Selectors, "NSResponder");
162 fillSelectors(Ctx, Selectors, "NSDocument")
    [all...]
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 30 ASTContext &Ctx = CXXUnit->getASTContext();
61 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 36 MCContext *Ctx;
43 MCContext &getContext() const { return *Ctx; }
45 TargetLoweringObjectFile() : MCObjectFileInfo(), Ctx(0) {}
52 virtual void Initialize(MCContext &ctx, const TargetMachine &TM);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 32 MCContext *Ctx;
  /external/llvm/unittests/Transforms/Utils/
SpecialCaseList.cpp 24 return Function::Create(FunctionType::get(Type::getVoidTy(Ctx), false),
32 StructType::create(StructName, Type::getInt32Ty(Ctx), (Type*)0);
42 LLVMContext Ctx;
46 Module M("hello", Ctx);
69 Module M("hello", Ctx);
95 Module M("hello", Ctx);
143 Module M("othello", Ctx);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 39 MCContext &Ctx;
46 MCII(mcii), Ctx(Ctx_), STI (sti), IsLittleEndian(IsLittle) {}
103 MCContext &Ctx)
105 return new MipsMCCodeEmitter(MCII, Ctx, STI, false);
111 MCContext &Ctx)
113 return new MipsMCCodeEmitter(MCII, Ctx, STI, true);
383 unsigned RegNo = Ctx.getRegisterInfo()->getEncodingValue(Reg);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 35 MCContext &Ctx = AP.OutContext;
63 MCSymbol *Sym = Ctx.GetOrCreateSymbol(Twine(Prefix) + Twine(Name));
78 StubValueTy(Ctx.GetOrCreateSymbol(Name.str()), false);
87 MCSymbol *Sym = Ctx.GetOrCreateSymbol(Name.str());
104 return Ctx.GetOrCreateSymbol(Name.str());
109 MCContext &Ctx = Printer.OutContext;
135 const MCExpr *Expr = MCSymbolRefExpr::Create(Symbol, RefKind, Ctx);
139 MCConstantExpr::Create(MO.getOffset(), Ctx),
140 Ctx);
146 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 49 ASTContext &Ctx = CGM.getContext();
51 IntTy = Types.ConvertType(Ctx.IntTy);
52 SizeTy = Types.ConvertType(Ctx.getSizeType());
54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
ModuleBuilder.cpp 34 ASTContext *Ctx;
56 Ctx = &Context;
58 M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
59 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
60 TD.reset(new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
85 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
103 virtual void HandleTranslationUnit(ASTContext &Ctx) {
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 253 /// code is not supported. It fills the MCContext Ctx pointer which can be
257 MCContext *&Ctx,
261 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, 0, 0);
262 if (!Ctx)
266 Ctx->setAllowTemporaryLabels(false);
273 STI, *Ctx);
279 AsmStreamer.reset(getTarget().createMCObjectStreamer(getTargetTriple(), *Ctx,
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 404 clang::ASTContext &Ctx = Context->getASTContext();
424 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
425 Ctx.getTranslationUnitDecl(),
428 &Ctx.Idents.get(Id));
431 clang::FieldDecl::Create(Ctx,
445 clang::QualType T = Ctx.getTagDeclType(RD);

Completed in 923 milliseconds

1 2 3 4 5 6