Home
last modified time | relevance | path

Searched refs:getExistingAbstractVariable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h335 DbgVariable *getExistingAbstractVariable(InlinedVariable IV,
337 DbgVariable *getExistingAbstractVariable(InlinedVariable IV);
DDwarfDebug.cpp492 DbgVariable *AbsVar = getExistingAbstractVariable( in finishVariableDefinitions()
664 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable() function in DwarfDebug
674 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable() function in DwarfDebug
676 return getExistingAbstractVariable(IV, Cleansed); in getExistingAbstractVariable()
690 if (getExistingAbstractVariable(IV, Cleansed)) in ensureAbstractVariableIsCreated()
700 if (getExistingAbstractVariable(IV, Cleansed)) in ensureAbstractVariableIsCreatedIfScoped()