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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h71 class DbgVariable { class in namespace:llvm
80 /// Construct a DbgVariable from a DIVariable.
81 DbgVariable(DIVariable V, DwarfDebug *DD) function in class:llvm::DbgVariable
85 /// Construct a DbgVariable from a DEBUG_VALUE.
87 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD) function in class:llvm::DbgVariable
108 /// \brief Return true if DbgVariable is artificial.
126 assert(Var.isVariable() && "Invalid complex DbgVariable!");
131 assert(Var.isVariable() && "Invalid complex DbgVariable!");
193 SmallVector<DbgVariable *, 8> CurrentFnArguments;
201 typedef DenseMap<LexicalScope *, SmallVector<DbgVariable *,
[all...]

Completed in 388 milliseconds