Searched refs:DIEValue (Results 1 – 4 of 4) sorted by relevance
112 class DIEValue; variable136 SmallVector<DIEValue*, 32> Values;153 const SmallVector<DIEValue*, 32> &getValues() const { return Values; } in getValues()161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { in addValue()187 class DIEValue {203 explicit DIEValue(unsigned T) : Type(T) {} in DIEValue() function204 virtual ~DIEValue() {} in ~DIEValue()218 static bool classof(const DIEValue *) { return true; } in classof() argument229 class DIEInteger : public DIEValue {232 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {} in DIEInteger()[all …]
168 void DIEValue::anchor() { } in anchor()171 void DIEValue::dump() { in dump()
68 DIEValue *Value = Integer == 1 ? in addUInt()78 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer); in addSInt()87 DIEValue *Value; in addString()101 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label); in addLabel()109 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addDelta()
1566 const SmallVector<DIEValue*, 32> &Values = Die->getValues(); in computeSizeAndOffset()1650 const SmallVector<DIEValue*, 32> &Values = Die->getValues(); in emitDIE()