Home
last modified time | relevance | path

Searched refs:DIEValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h112 class DIEValue; variable
136 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() function
204 virtual ~DIEValue() {} in ~DIEValue()
218 static bool classof(const DIEValue *) { return true; } in classof() argument
229 class DIEInteger : public DIEValue {
232 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {} in DIEInteger()
[all …]
DDIE.cpp168 void DIEValue::anchor() { } in anchor()
171 void DIEValue::dump() { in dump()
DDwarfCompileUnit.cpp68 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()
DDwarfDebug.cpp1566 const SmallVector<DIEValue*, 32> &Values = Die->getValues(); in computeSizeAndOffset()
1650 const SmallVector<DIEValue*, 32> &Values = Die->getValues(); in emitDIE()