HomeSort by relevance Sort by last modified time
    Searched defs:DbgVariable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 63 class DbgVariable {
73 /// Construct a DbgVariable.
77 DbgVariable(const DILocalVariable *V, const DILocation *IA)
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 *createConcreteVariable(LexicalScope &Scope, InlinedVariable IV)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 34 class DbgVariable;
122 /// DbgVariable - This class is used to track local variable information.
124 class DbgVariable {
128 DbgVariable *AbsVar; // Corresponding Abstract variable, if any.
133 DbgVariable(DIVariable V, DbgVariable *AV)
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 54 milliseconds