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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 38 const char *getValueName() const { return "searchdir"; }
75 virtual const char *getValueName() const { return "path"; }
92 virtual const char *getValueName() const { return "z-option"; }
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 52 OldST->removeValueName(I->getValueName());
82 ST->removeValueName(V->getValueName());
103 OldST->removeValueName(V.getValueName());
Function.cpp 230 if (getValueName() && isIntrinsic())
365 const ValueName *ValName = this->getValueName();
382 const ValueName *ValName = this->getValueName();
  /external/llvm/include/llvm/Support/
CommandLine.h 714 // getValueName - Overload in subclass to provide a better default value.
715 virtual const char *getValueName() const { return "value"; }
755 // getValueName - Do not print =<value> at all.
756 virtual const char *getValueName() const { return 0; }
779 // getValueName - Do not print =<value> at all.
780 virtual const char *getValueName() const { return 0; }
800 // getValueName - Overload in subclass to provide a better default value.
801 virtual const char *getValueName() const { return "int"; }
822 // getValueName - Overload in subclass to provide a better default value.
823 virtual const char *getValueName() const { return "uint";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 503 return getValueName(CSSValueInherit);
508 return getValueName(CSSValueInitial);
640 layerResult.append(getValueName(CSSValueRepeatX));
643 layerResult.append(getValueName(CSSValueRepeatY));
    [all...]
CSSPrimitiveValue.cpp 229 keywordString = getValueName(valueID);
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 115 ValueName *getValueName() const { return Name; }
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 721 milliseconds