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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 33 bool hasChildren() const { return HasChildren; }
55 bool HasChildren;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 20 HasChildren = false;
37 HasChildren = (ChildrenByte == DW_CHILDREN_yes);
71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
  /external/clang/lib/AST/
ASTDiagnostic.cpp 743 bool HasChildren() {
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 151 milliseconds