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 310 /// isSubrange - Return true if the specified tag is DW_TAG_subrange_type.
311 bool DIDescriptor::isSubrange() const {
614 return isSubrange() && DbgNode->getNumOperands() == 3;
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 140 bool isSubrange() const;
    [all...]

Completed in 154 milliseconds