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

  /external/llvm/lib/IR/
DebugInfo.cpp 329 /// isEnumerator - Return true if the specified tag is DW_TAG_enumerator.
330 bool DIDescriptor::isEnumerator() const {
549 return isEnumerator() && DbgNode->getNumOperands() == 3;
1019 } else if (this->isEnumerator()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 121 bool isEnumerator() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 890 if (Enum.isEnumerator()) {
    [all...]

Completed in 130 milliseconds