Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDebugInfo.h71 DIDescriptor getDescriptorField(unsigned Elt) const;
75 return DescTy(getDescriptorField(Elt)); in getFieldAs()
147 return getDescriptorField(Idx); in getElement()
/external/llvm/lib/Analysis/
DDebugInfo.cpp74 DIDescriptor DIDescriptor::getDescriptorField(unsigned Elt) const { in getDescriptorField() function in DIDescriptor