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

  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 125 GenericValue gv = EE->runFunction(FooF, noargs); local
128 outs() << "Result: " << gv.IntVal << "\n";
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 146 GenericValue gv = ee->runFunction(brainf_func, args); local
  /external/nist-sip/java/gov/nist/core/
NameValue.java 165 GenericObject gv = (GenericObject) value; local
167 gv.encode(buffer);
193 GenericObject gv = (GenericObject) value; local
194 gv.encode(buffer);
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 82 final View gv = a.getGroupView(0, true, convertView, v); local
90 v.performItemClick(gv, i, k);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 233 GenericValue gv = p->EE->runFunction(p->F, Args); local
235 return (void*)(intptr_t)gv.IntVal.getZExtValue();
  /external/clang/test/Parser/
altivec.c 103 gccvector unsigned int gv = v; local
cxx-altivec.cpp 93 gccvector unsigned int gv = v; local
  /external/llvm/tools/lto/
LTOModule.cpp 452 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
453 addObjCClass(gv);
459 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
460 addObjCCategory(gv);
466 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
467 addObjCClassRef(gv);
496 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
497 if (gv && gv->isConstant())
  /ndk/sources/host-tools/make-3.81/
variable.c 900 struct variable *gv;
902 gv = lookup_variable_in_set (v->name, strlen(v->name),
904 if (gv)
905 v->export = gv->export;
890 struct variable *gv; local
    [all...]
read.c 1837 struct variable *gv; local
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 1075 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1013 Value *gv = CreateGlobalString(Str, Name); local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1539 QGraphicsView* gv = new QGraphicsView; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 781 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); local
782 if (!isGV(gv))
783 gv_init(gv, stash, "OWNER", 5, FALSE);
784 hv=GvHVn(gv);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 272 void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
275 if (GV->hasLocalLinkage()) {
276 GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
282 if (LV.isVisibilityExplicit() || !GV->hasAvailableExternallyLinkage())
283 GV->setVisibility(GetLLVMVisibility(LV.getVisibility()));
309 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
322 GV->setThreadLocalMode(TLM);
327 void CodeGenModule::setTypeVisibility(llvm::GlobalValue *GV,
330 setGlobalVisibility(GV, RD);
347 if (GV->getLinkage() != llvm::GlobalVariable::LinkOnceODRLinkage |
904 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), local
917 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 10426 int gv(int rc) function
    [all...]

Completed in 1756 milliseconds