Home
last modified time | relevance | path

Searched refs:isBlockByrefVariable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h170 bool isBlockByrefVariable() const { in isBlockByrefVariable() function
172 return Var.isBlockByrefVariable(); in isBlockByrefVariable()
DDwarfCompileUnit.cpp231 else if (DV->isBlockByrefVariable()) in addVariableAddress()
DDwarfDebug.cpp78 if (Var.isBlockByrefVariable()) { in getType()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h701 bool isBlockByrefVariable() const { in isBlockByrefVariable() function