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

  /external/llvm/include/llvm/Support/
ValueHandle.h 177 template <typename ValueTy>
185 ValueTy *getValPtr() const {
186 return static_cast<ValueTy*>(ValueHandleBase::getValPtr());
188 void setValPtr(ValueTy *P) {
192 ValueTy *ThePtr;
193 ValueTy *getValPtr() const { return ThePtr; }
194 void setValPtr(ValueTy *P) { ThePtr = P; }
197 // Convert a ValueTy*, which may be const, to the type the base
205 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
209 AssertingVH(ValueTy *P) : ThePtr(P) {
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 26 template<typename ValueTy>
32 template<typename ValueTy>
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
119 template<typename ValueTy>
122 ValueTy second;
126 StringMapEntry(unsigned strLen, const ValueTy &V)
133 const ValueTy &getValue() const { return second; }
134 ValueTy &getValue() { return second; }
136 void setValue(const ValueTy &V) { second = V; }
173 StringMapEntryInitializer<ValueTy>::Initialize(*NewItem, InitVal)
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 35 explicit PseudoSourceValue(enum ValueTy Subclass = PseudoSourceValueVal);
  /external/llvm/include/llvm/
Constant.h 46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
Value.h 34 template<typename ValueTy> class StringMapEntry;
35 template <typename ValueTy = Value>
198 enum ValueTy {
235 /// # there are more possible values for the value type than in ValueTy enum.
237 /// the ValueTy enum.
GlobalValue.h 60 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps,
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 65 PseudoSourceValue::PseudoSourceValue(enum ValueTy Subclass) :
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 76 template<typename ValueTy>
77 struct NoRAUWValueMapConfig : public ValueMapConfig<ValueTy> {
    [all...]

Completed in 74 milliseconds