HomeSort by relevance Sort by last modified time
    Searched refs:isSubrange (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DebugInfo.cpp 324 /// isSubrange - Return true if the specified tag is DW_TAG_subrange_type.
325 bool DIDescriptor::isSubrange() const {
554 return isSubrange() && DbgNode->getNumOperands() == 3;
1013 if (this->isSubrange()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 120 bool isSubrange() const;

Completed in 40 milliseconds