HomeSort by relevance Sort by last modified time
    Searched refs:AbsVar (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 128 DbgVariable *AbsVar; // Corresponding Abstract variable, if any.
132 // AbsVar may be NULL.
134 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0),
144 DbgVariable *getAbstractVariable() const { return AbsVar; }
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 514 DbgVariable *AbsVar = getExistingAbstractVariable(
516 if (AbsVar && AbsVar->getDIE()) {
518 *AbsVar->getDIE());
    [all...]

Completed in 445 milliseconds