Home
last modified time | relevance | path

Searched refs:getVariables (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp752 DIArray Variables = SP.getVariables(); in endModule()
1068 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables(); in collectVariableInfo()
1419 DIArray Variables = SP.getVariables(); in endFunction()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h595 DIArray getVariables() const;
/external/llvm/lib/Analysis/
DDebugInfo.cpp573 DIArray DISubprogram::getVariables() const { in getVariables() function in DISubprogram