Searched refs:getValueName (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 const ValueName *ValName = F->getValueName();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h52 OldST->removeValueName(I->getValueName());
82 ST->removeValueName(V->getValueName());
103 OldST->removeValueName(V.getValueName());
H A DFunction.cpp221 if (getValueName() && isIntrinsic())
356 const ValueName *ValName = this->getValueName();
373 const ValueName *ValName = this->getValueName();
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h716 // getValueName - Overload in subclass to provide a better default value.
717 virtual const char *getValueName() const { return "value"; } function in class:llvm::cl::basic_parser_impl
757 // getValueName - Do not print =<value> at all.
758 virtual const char *getValueName() const { return 0; } function in class:llvm::cl::parser
781 // getValueName - Do not print =<value> at all.
782 virtual const char *getValueName() const { return 0; } function in class:llvm::cl::parser
802 // getValueName - Overload in subclass to provide a better default value.
803 virtual const char *getValueName() const { return "int"; } function in class:llvm::cl::parser
824 // getValueName - Overload in subclass to provide a better default value.
825 virtual const char *getValueName() cons function in class:llvm::cl::parser
847 virtual const char *getValueName() const { return "uint"; } function in class:llvm::cl::parser
868 virtual const char *getValueName() const { return "number"; } function in class:llvm::cl::parser
889 virtual const char *getValueName() const { return "number"; } function in class:llvm::cl::parser
913 virtual const char *getValueName() const { return "string"; } function in class:llvm::cl::parser
937 virtual const char *getValueName() const { return "char"; } function in class:llvm::cl::parser
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DValue.h115 ValueName *getValueName() const { return Name; } function in class:llvm::Value
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp933 if (const char *ValName = getValueName())
946 if (const char *ValName = getValueName())

Completed in 93 milliseconds