Searched defs:DIEValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h108 class DIEValue;
132 SmallVector<DIEValue*, 12> Values;
150 const SmallVectorImpl<DIEValue*> &getValues() const { return Values; }
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) {
180 DIEValue *findAttribute(unsigned Attribute);
189 /// DIEValue - A debug information entry value.
191 class DIEValue { class in namespace:llvm
208 explicit DIEValue(unsigned T) : Type(T) {} function in class:llvm::DIEValue
209 virtual ~DIEValue() {}
231 class DIEInteger : public DIEValue {
[all...]

Completed in 52 milliseconds