HomeSort by relevance Sort by last modified time
    Searched defs:gv (Results 1 - 18 of 18) 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 147 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/app/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 236 GenericValue gv = p->EE->runFunction(p->F, Args); local
238 return (void*)(intptr_t)gv.IntVal.getZExtValue();
  /external/llvm/lib/LTO/
LTOModule.cpp 314 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
315 addObjCClass(gv);
321 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
322 addObjCCategory(gv);
328 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
329 addObjCClassRef(gv);
351 static bool canBeHidden(const GlobalValue *GV) {
353 GlobalValue::LinkageTypes L = GV->getLinkage();
358 if (GV->hasUnnamedAddr())
363 if (const GlobalVariable *Var = dyn_cast<GlobalVariable>(GV)) {
385 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 229 GlyphVector gv = font.layoutGlyphVector(frc, mText, start, limit, flag); local
230 int ng = gv.getNumGlyphs();
231 int[] ci = gv.getGlyphCharIndices(0, ng, null);
235 advances[adv_idx] += gv.getGlyphMetrics(i).getAdvanceX();
239 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline);
243 Rectangle2D awtBounds = gv.getLogicalBounds();
  /external/clang/test/Parser/
altivec.c 105 gccvector unsigned int gv = v; local
cxx-altivec.cpp 95 gccvector unsigned int gv = v; local
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 1032 GlobalVariable *gv = dyn_cast<GlobalVariable>(vi->second); local
1853 GlobalVariable *gv = gi; local
1907 GlobalVariable *gv = oi->first; local
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1084 Value *gv = CreateGlobalString(Str, Name); local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 258 const llvm::GlobalValue *GV = getAliasedGlobal(*Alias);
259 if (!GV) {
262 } else if (GV->isDeclaration()) {
289 << GV->getName() << GA->getName();
476 void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
479 if (GV->hasLocalLinkage()) {
480 GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
486 if (LV.isVisibilityExplicit() || !GV->hasAvailableExternallyLinkage())
487 GV->setVisibility(GetLLVMVisibility(LV.getVisibility()));
513 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
1086 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false, local
1099 auto *gv = local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 10426 int gv(int rc) function
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 

Completed in 1123 milliseconds