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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 51 OldST->removeValueName(I->getValueName());
79 ST->removeValueName(V->getValueName());
99 OldST->removeValueName(V.getValueName());
ValueSymbolTable.cpp 59 if (vmap.insert(V->getValueName())) {
60 //DEBUG(dbgs() << " Inserted value: " << V->getValueName() << ": " << *V << "\n");
68 V->getValueName()->Destroy();
Value.cpp 90 ValueName *Name = getValueName();
160 ValueName *Value::getValueName() const {
194 return getValueName()->getKey();
231 getValueName()->setValue(this);
239 ST->removeValueName(getValueName());
270 ST->removeValueName(getValueName());
297 setValueName(V->getValueName());
299 getValueName()->setValue(this);
307 VST->removeValueName(V->getValueName());
308 setValueName(V->getValueName());
    [all...]
Function.cpp 448 const ValueName *ValName = this->getValueName();
    [all...]
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp 57 printf(" <%s>", spec.getValueName().c_str());
78 printf(" <%s>", spec.getValueName().c_str());
arguments_parser.h 47 const std::string &getValueName() const { return mValueName; }
  /external/llvm/include/llvm/Support/
CommandLine.h 740 // getValueName - Overload in subclass to provide a better default value.
741 virtual const char *getValueName() const { return "value"; }
782 // getValueName - Do not print =<value> at all.
783 const char *getValueName() const override { return nullptr; }
808 // getValueName - Do not print =<value> at all.
809 const char *getValueName() const override { return nullptr; }
830 // getValueName - Overload in subclass to provide a better default value.
831 const char *getValueName() const override { return "int"; }
852 // getValueName - Overload in subclass to provide a better default value.
853 const char *getValueName() const override { return "uint";
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 123 S->setValueName(T->getValueName());
173 C.setValueName(V->getValueName());
  /external/llvm/include/llvm/IR/
Value.h 230 ValueName *getValueName() const;
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 71 const char *getValueName() const override { return "IR scalar type"; }
  /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 346 milliseconds