Searched refs:getContext (Results 1 - 25 of 516) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrResource.cpp49 const GrContext* GrResource::getContext() const { function in class:GrResource
51 return fGpu->getContext();
57 GrContext* GrResource::getContext() { function in class:GrResource
59 return fGpu->getContext();
H A DGrRenderTarget.cpp24 GrContext* context = this->getContext();
40 GrContext* context = this->getContext();
52 GrContext* context = this->getContext();
105 GrContext* context = this->getContext();
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false);
33 BasicBlock* Entry = BasicBlock::Create(Mod->getContext(), "entry", Func);
34 new UnreachableInst(Mod->getContext(), Entry);
36 BasicBlock* BB = BasicBlock::Create(Mod->getContext(), "bb", Func);
37 new UnreachableInst(Mod->getContext(), BB);
39 PointerType* Int8Ptr = Type::getInt8PtrTy(Mod->getContext());
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp30 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext());
31 const MCExpr *Four = MCConstantExpr::Create(4, getContext());
32 return MCBinaryExpr::CreateAdd(Res, Four, getContext());
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp38 getContext().getELFSection(".ARM.attributes",
52 getContext());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp39 Type::getInt32Ty(M->getContext()),
40 Type::getInt32Ty(M->getContext()),
45 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", Add1F);
48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
59 ReturnInst::Create(M->getContext(), Add, BB);
70 Type::getInt32Ty(M->getContext()),
71 Type::getInt32Ty(M->getContext()),
75 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", FibF);
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()),
[all...]
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp60 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
61 IntegerType::getInt32Ty(mod->getContext()),
63 IntegerType::getInt8Ty(mod->getContext()))), NULL));
73 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func);
83 ReturnInst::Create(mod->getContext(),
84 ConstantInt::get(mod->getContext(), APInt(32, 0)), bb);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp167 MCSymbol *Start = getContext().CreateTempSymbol();
171 getContext().GetOrCreateSymbol(Name + "." +
180 const MCExpr *Value = MCSymbolRefExpr::Create(Start, getContext());
235 EHSection = getContext().getELFSection(
239 EHSection = getContext().getELFSection(EHSecName, Type, Flags, Kind);
273 const MCSymbol *PersonalitySym = getContext().GetOrCreateSymbol(Name);
278 getContext());
289 FnStart = getContext().CreateTempSymbol();
303 ExTab = getContext().CreateTempSymbol();
330 getContext());
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.idl43 [Custom] DOMObject getContext(in DOMString contextId);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h107 return AnaCtxMgr.getContext(D)->getCFG();
112 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
116 return AnaCtxMgr.getContext(D)->getParentMap();
120 return AnaCtxMgr.getContext(D);
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
45 getContext().getELFSection(".MIPS.options",
51 getContext().getELFSection(".reginfo",
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp42 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
44 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
47 LLVMContext &Context = B.GetInsertBlock()->getContext();
49 AttributeSet::get(M->getContext(),
71 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
73 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
76 LLVMContext &Context = B.GetInsertBlock()->getContext();
78 AttributeSet::get(M->getContext(),
102 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
108 AttributeSet::get(M->getContext(),
[all...]
H A DUnifyFunctionExitNodes.cpp66 UnreachableBlock = BasicBlock::Create(F.getContext(),
68 new UnreachableInst(F.getContext(), UnreachableBlock);
91 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(),
96 ReturnInst::Create(F.getContext(), NULL, NewRetBlock);
102 ReturnInst::Create(F.getContext(), PN, NewRetBlock);
H A DLowerInvoke.cpp122 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
129 JBLinkTy = StructType::create(M.getContext(), "llvm.sjljeh.jmpbufty");
166 AbortFn = M.getOrInsertFunction("abort", Type::getVoidTy(M.getContext()),
205 ConstantInt *InvokeNoC = ConstantInt::get(Type::getInt32Ty(II->getContext()),
230 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
438 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
439 ConstantInt::get(Type::getInt32Ty(F.getContext()), 1) };
454 BasicBlock::Create(F.getContext(), "setjmp.catch", &F);
459 AllocaInst *StackPtr = new AllocaInst(Type::getInt8PtrTy(F.getContext()), 0,
464 AllocaInst *InvokeNum = new AllocaInst(Type::getInt32Ty(F.getContext()),
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp208 Alignment = Types.getContext().getASTRecordLayout(D).getAlignment();
211 IsMsStruct = D->isMsStruct(Types.getContext());
242 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
277 uint64_t NextFieldOffsetInBits = Types.getContext().toBits(NextFieldOffset);
279 unsigned CharAlign = Types.getContext().getTargetInfo().getCharAlign();
283 = Types.getContext().toCharUnitsFromBits(FirstFieldOffset);
291 Types.getContext().toCharUnitsFromBits(FirstFieldOffset);
298 NextFieldOffsetInBits = Types.getContext().toBits(NextFieldOffset);
303 AppendPadding(Types.getContext().toCharUnitsFromBits(FirstFieldOffset),
313 (*FJ)->getBitWidthValue(Types.getContext()) !
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp121 MCSymbol *Start = getContext().CreateTempSymbol();
125 getContext().GetOrCreateSymbol(Name + "." +
134 const MCExpr *Value = MCSymbolRefExpr::Create(Start, getContext());
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dmain.h31 Context *getContext();
H A DlibGLESv2.cpp44 gl::Context *context = gl::getContext();
63 gl::Context *context = gl::getContext();
117 gl::Context *context = gl::getContext();
155 gl::Context *context = gl::getContext();
189 gl::Context *context = gl::getContext();
221 gl::Context *context = gl::getContext();
240 gl::Context *context = gl::getContext();
277 gl::Context* context = gl::getContext();
321 gl::Context *context = gl::getContext();
444 gl::Context *context = gl::getContext();
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp57 return getContext().GetOrCreateSymbol(StringRef("DW.ref.") +
68 MCSymbol *Label = getContext().GetOrCreateSymbol(NameData);
74 const MCSection *Sec = getContext().getELFSection(NameData,
83 const MCExpr *E = MCConstantExpr::Create(Size, getContext());
104 MCSymbol *SSym = getContext().GetOrCreateSymbol(Name.str());
112 getTTypeReference(MCSymbolRefExpr::Create(SSym, getContext()),
211 return getContext().getELFSection(SectionName,
264 return getContext().getELFSection(Name.str(),
291 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
355 return getContext()
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } function in class:llvm::MCAsmParserExtension
/external/llvm/lib/IR/
H A DLeakDetector.cpp38 LLVMContextImpl *pImpl = Object->getContext().pImpl;
48 LLVMContextImpl *pImpl = Object->getContext().pImpl;
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp36 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
40 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp107 AttributeSet AList = getAttributes(M->getContext(),
110 getType(M->getContext(), IntrID),
H A DMBlazeTargetObjectFile.cpp27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,

Completed in 850 milliseconds

1234567891011>>