Searched defs:ValueInfo (Results 1 – 9 of 9) sorted by relevance
32 struct ValueInfo struct34 const char *name;35 size_t value;36 const char *comment;
50 struct ValueInfo { struct52 enum ValueInfoKind { argument68 ValueInfoKind Kind; argument70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {} in TheValue() argument72 ValueInfo(const Value *V) : TheValue(V), Kind(VI_Value) {} in ValueInfo() function74 GlobalValue::GUID getGUID() const { in getGUID()79 const Value *getValue() const { in getValue()
518 struct ValueInfo { struct545 mutable std::map<StringPiece, ValueInfo> values_; argument
327 ActivityUserData::ValueInfo::ValueInfo() {} in ValueInfo() function in base::debug::ActivityUserData::ValueInfo
207 auto &ValueInfo = Mapping.second; in buildSetsFrom() local227 auto &ValueInfo = Mapping.second; in buildSetsFrom() local
456 class ValueInfo : public Item class467 ValueInfo (void) : Item(TYPE_VALUEINFO), tag(VALUETAG_LAST) {} in ValueInfo() function in xe::ri::ValueInfo
101 typedef LogValueInfo ValueInfo; typedef in tcu::TestLog
1989 auto ValueInfo = Slots2Values.find(Slot); in getIRValue() local
327 std::pair<CharUnits, CharUnits> ValueInfo, in emitVoidPtrVAArg() argument