Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h174 unsigned getNumAddrElements() const { in getNumAddrElements() function
176 return Var.getNumAddrElements(); in getNumAddrElements()
DDwarfCompileUnit.cpp300 unsigned N = DV->getNumAddrElements(); in addComplexAddress()
DDwarfDebug.cpp2076 unsigned N = DV.getNumAddrElements(); in emitDebugLoc()
/external/llvm/include/llvm/
DDebugInfo.h655 return getNumAddrElements() > 0; in hasComplexAddress()
658 unsigned getNumAddrElements() const;
/external/llvm/lib/VMCore/
DDebugInfo.cpp114 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements() function in DIVariable