Searched refs:DW_CHILDREN_yes (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp37 HasChildren = (ChildrenByte == DW_CHILDREN_yes);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h170 Abbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes);
H A DDwarfDebug.cpp1977 assert(Abbrev->getChildrenFlag() == dwarf::DW_CHILDREN_yes &&
2164 if (Abbrev->getChildrenFlag() == dwarf::DW_CHILDREN_yes) {
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp108 case DW_CHILDREN_yes: return "DW_CHILDREN_yes";
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h96 #define DW_CHILDREN_yes 0x01 macro
H A Ddwarf_dump.c410 (a->a_children == DW_CHILDREN_yes) ? "has" : "no");
H A Ddwarf_init.c578 if (a->a_children == DW_CHILDREN_yes)
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h770 #define DW_CHILDREN_yes 0x01 macro
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h775 #define DW_CHILDREN_yes 0x01 macro
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp465 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
482 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h726 DW_CHILDREN_yes = 0x01, enumerator in enum:llvm::dwarf::Constants

Completed in 200 milliseconds