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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h35 class DbgVariable;
123 /// DbgVariable - This class is used to track local variable information.
125 class DbgVariable { class in namespace:llvm
129 DbgVariable *AbsVar; // Corresponding Abstract variable, if any.
134 DbgVariable(DIVariable V, DbgVariable *AV) function in class:llvm::DbgVariable
145 DbgVariable *getAbstractVariable() const { return AbsVar; }
157 /// isArtificial - Return true if DbgVariable is artificial.
167 assert(Var.Verify() && "Invalid complex DbgVariable!");
171 assert(Var.Verify() && "Invalid complex DbgVariable!");
[all...]

Completed in 121 milliseconds