Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h169 bool isBlockByrefVariable() const { in isBlockByrefVariable() function
171 return Var.isBlockByrefVariable(); in isBlockByrefVariable()
DDwarfCompileUnit.cpp204 else if (DV->isBlockByrefVariable()) in addVariableAddress()
DDwarfDebug.cpp72 if (Var.isBlockByrefVariable()) { in getType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h175 bool isBlockByrefVariable() const;
DDwarfCompileUnit.cpp746 else if (DV.isBlockByrefVariable()) in addVariableAddress()
DDwarfDebug.cpp149 bool DbgVariable::isBlockByrefVariable() const { in isBlockByrefVariable() function in DbgVariable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h178 bool isBlockByrefVariable() const;
DDwarfCompileUnit.cpp938 assert((!DV.isBlockByrefVariable() || DV.hasComplexAddress()) && in addVariableAddress()
942 else if (DV.isBlockByrefVariable()) in addVariableAddress()
DDwarfDebug.cpp190 bool DbgVariable::isBlockByrefVariable() const { in isBlockByrefVariable() function in DbgVariable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h671 bool isBlockByrefVariable() const { in isBlockByrefVariable() function