HomeSort by relevance Sort by last modified time
    Searched refs:HasChildren (Results 1 - 18 of 18) 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; }
DWARFAbbreviationDeclaration.cpp 29 HasChildren = data.getU8(offset_ptr);
44 HasChildren = false;
57 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
  /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';
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 271 if dwarf.HasChildren(die) {
293 if dwarf.HasChildren(die) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 271 if dwarf.HasChildren(die) {
293 if dwarf.HasChildren(die) {
    [all...]

Completed in 335 milliseconds