Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDebugInfo.h77 DIDescriptor getDescriptorField(unsigned Elt) const;
81 return DescTy(getDescriptorField(Elt)); in getFieldAs()
156 return getDescriptorField(Idx); in getElement()
/external/llvm/lib/IR/
DDebugInfo.cpp115 DIDescriptor DIDescriptor::getDescriptorField(unsigned Elt) const { in getDescriptorField() function in DIDescriptor