Home
last modified time | relevance | path

Searched refs:getDescriptorField (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfo.h95 DIDescriptor getDescriptorField(unsigned Elt) const;
98 return DescTy(getDescriptorField(Elt)); in getFieldAs()
176 return getDescriptorField(Idx); in getElement()
698 return getDescriptorField(8)->getNumOperands(); in getNumAddrElements()
/external/llvm/lib/IR/
DDebugInfo.cpp99 DIDescriptor DIDescriptor::getDescriptorField(unsigned Elt) const { in getDescriptorField() function in DIDescriptor
142 DIDescriptor ComplexExpr = getDescriptorField(8); in getAddrElement()