Home
last modified time | relevance | path

Searched refs:getNumAddrElements (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h173 unsigned getNumAddrElements() const { in getNumAddrElements() function
175 return Var.getNumAddrElements(); in getNumAddrElements()
DDwarfCompileUnit.cpp264 unsigned N = DV->getNumAddrElements(); in addComplexAddress()
DDwarfDebug.cpp1866 unsigned N = DV.getNumAddrElements(); in emitDebugLoc()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h656 return getNumAddrElements() > 0; in hasComplexAddress()
659 unsigned getNumAddrElements() const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp114 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements() function in DIVariable