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

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 24 bool HasChildren;
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
33 bool hasChildren() const { return HasChildren; }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 33 bool hasChildren() const { return HasChildren; }
55 bool HasChildren;
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 561 // HasChildren returns true if 'die' uses an abbrev that supports children.
562 func HasChildren(die *DWDie) bool {
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 561 // HasChildren returns true if 'die' uses an abbrev that supports children.
562 func HasChildren(die *DWDie) bool {
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 287 milliseconds