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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 315 /// findAbstractVariable - Find abstract variable associated with Var.
316 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfDebug.cpp 763 /// findAbstractVariable - Find abstract variable, if any, associated with Var.
764 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
827 DbgVariable *AbsDbgVariable = findAbstractVariable(DV, VP.second);
    [all...]

Completed in 57 milliseconds