Home
last modified time | relevance | path

Searched refs:hasComplexAddress (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h167 return Var.hasComplexAddress(); in variableHasComplexAddress()
DDwarfDebug.cpp1861 if (!DV.hasComplexAddress()) in emitDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h167 bool hasComplexAddress() const { in hasComplexAddress() function
DDwarfCompileUnit.cpp744 if (DV.hasComplexAddress()) in addVariableAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h169 bool hasComplexAddress() const { in hasComplexAddress() function
DDwarfCompileUnit.cpp938 assert((!DV.isBlockByrefVariable() || DV.hasComplexAddress()) && in addVariableAddress()
940 if (DV.hasComplexAddress()) in addVariableAddress()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h655 bool hasComplexAddress() const { in hasComplexAddress() function