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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp516 DbgVariable *AbsVar = getExistingAbstractVariable(
689 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, function in class:DwarfDebug
699 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { function in class:DwarfDebug
701 return getExistingAbstractVariable(IV, Cleansed);
714 if (getExistingAbstractVariable(IV, Cleansed))
724 if (getExistingAbstractVariable(IV, Cleansed))

Completed in 55 milliseconds