HomeSort by relevance Sort by last modified time
    Searched full:abbrev (Results 326 - 350 of 621) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 580 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
595 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
596 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 580 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
595 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
596 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.cc 166 // Read the abbrev table from an object file.
221 // Lookup the abbrev code entry for CODE. This function is called
222 // only when the abbrev code is not in the direct lookup table.
224 // or it may not exist in the abbrev table.
229 // See if the abbrev code is already in the hash table.
234 // Read and store abbrev code definitions until we find the
238 // Read the abbrev code. A zero here indicates the end of the
239 // abbrev table.
308 // If we've already read this abbrev table, return immediately.
670 // Lookup the abbrev code in the abbrev table
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 516 // DW_TAG_compile_unit DIE abbrev (1).
542 // DW_TAG_label DIE abbrev (2).
553 // DW_TAG_unspecified_parameters DIE abbrev (3).
679 // The DW_TAG_compile_unit DIE abbrev (1).
765 // The DW_TAG_label DIE abbrev (2).
786 // The DW_TAG_unspecified_parameters DIE abbrev (3).
    [all...]
  /external/elfutils/tests/
Makefile.am 43 show-abbrev hash newscn ecp dwflmodtest \
77 run-show-abbrev.sh run-line2addr.sh hash \
155 run-show-abbrev.sh run-strip-test.sh \
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 456 for (const auto &Abbrev : Abbrevs)
457 emitDwarfAbbrev(*Abbrev);
463 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 112 DIEAbbrev Abbrev(Tag, hasChildren());
114 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
115 return Abbrev;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 522 for (const auto &Abbrev : Abbrevs)
523 emitDwarfAbbrev(*Abbrev);
529 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 530 for (const auto &Abbrev : Abbrevs)
531 emitDwarfAbbrev(*Abbrev);
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 530 for (const auto &Abbrev : Abbrevs)
531 emitDwarfAbbrev(*Abbrev);
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 522 for (const auto &Abbrev : Abbrevs)
523 emitDwarfAbbrev(*Abbrev);
529 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 530 for (const auto &Abbrev : Abbrevs)
531 emitDwarfAbbrev(*Abbrev);
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 530 for (const auto &Abbrev : Abbrevs)
531 emitDwarfAbbrev(*Abbrev);
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 529 for (const auto &Abbrev : Abbrevs)
530 emitDwarfAbbrev(*Abbrev);
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /external/desugar/java/com/google/devtools/common/options/
Option.java 37 char abbrev() default '\0';
OptionDefinition.java 85 return optionAnnotation.abbrev();
  /external/linux-kselftest/
.mailmap 7 # repo-abbrev: /pub/scm/linux/kernel/git/
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 45 std::unique_ptr<DWARFDebugAbbrev> Abbrev;

Completed in 1522 milliseconds

<<11121314151617181920>>