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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.h112 class DIEValue;
136 SmallVector<DIEValue*, 32> Values;
153 const SmallVector<DIEValue*, 32> &getValues() const { return Values; }
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) {
174 DIEValue *addSiblingOffset(BumpPtrAllocator &A);
195 /// DIEValue - A debug information entry value.
197 class DIEValue { class in namespace:llvm
213 explicit DIEValue(unsigned T) : Type(T) {} function in class:llvm::DIEValue
214 virtual ~DIEValue() {}
228 static bool classof(const DIEValue *) { retur
[all...]
/external/llvm/include/llvm/CodeGen/
H A DDIE.h266 /// DIEValue - A debug information entry value. Some of these roughly correlate
271 class DIEValue { class in namespace:llvm
276 #include "llvm/CodeGen/DIEValue.def"
331 #include "llvm/CodeGen/DIEValue.def"
340 void copyVal(const DIEValue &X) {
352 #include "llvm/CodeGen/DIEValue.def"
357 DIEValue() = default;
358 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { function in class:llvm::DIEValue
361 DIEValue
[all...]

Completed in 6773 milliseconds