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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h63 class DbgVariable { class in namespace:llvm
73 /// Construct a DbgVariable.
77 DbgVariable(const DILocalVariable *V, const DILocation *IA) function in class:llvm::DbgVariable
124 void addMMIEntry(const DbgVariable &V) {
150 /// Return true if DbgVariable is artificial.
210 DenseMap<const MDNode *, std::unique_ptr<DbgVariable>> AbstractVariables;
211 SmallVector<std::unique_ptr<DbgVariable>, 64> ConcreteVariables;
315 DbgVariable *getExistingAbstractVariable(InlinedVariable IV,
317 DbgVariable *getExistingAbstractVariable(InlinedVariable IV);
324 DbgVariable *createConcreteVariabl
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h34 class DbgVariable;
122 /// DbgVariable - This class is used to track local variable information.
124 class DbgVariable { class in namespace:llvm
128 DbgVariable *AbsVar; // Corresponding Abstract variable, if any.
133 DbgVariable(DIVariable V, DbgVariable *AV) function in class:llvm::DbgVariable
144 DbgVariable *getAbstractVariable() const { return AbsVar; }
156 /// isArtificial - Return true if DbgVariable is artificial.
166 assert(Var.Verify() && "Invalid complex DbgVariable!");
170 assert(Var.Verify() && "Invalid complex DbgVariable!");
[all...]

Completed in 157 milliseconds