HomeSort by relevance Sort by last modified time
    Searched refs:DIEAbbrev (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 25 for (DIEAbbrev *Abbrev : Abbreviations)
26 Abbrev->~DIEAbbrev();
31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) {
33 DIEAbbrev Abbrev = Die.generateAbbrev();
37 if (DIEAbbrev *Existing =
44 DIEAbbrev *New = new (AbbrevAllocator) DIEAbbrev(std::move(Abbrev));
102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die);
DwarfFile.h 29 class DIEAbbrev;
44 FoldingSet<DIEAbbrev> AbbreviationsSet;
47 std::vector<DIEAbbrev *> Abbreviations;
88 DIEAbbrev &assignAbbrevNumber(DIE &Die);
DIE.cpp 48 // DIEAbbrev Implementation
53 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
64 void DIEAbbrev::Emit(const AsmPrinter *AP) const {
90 void DIEAbbrev::print(raw_ostream &O) {
109 void DIEAbbrev::dump() { print(dbgs()); }
111 DIEAbbrev DIE::generateAbbrev() const {
112 DIEAbbrev Abbrev(Tag, hasChildren());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 52 /// DIEAbbrev - Dwarf abbreviation, describes the organization of a debug
54 class DIEAbbrev : public FoldingSetNode {
72 DIEAbbrev(unsigned T, unsigned C) : Tag(T), ChildrenFlag(C), Data() {}
118 DIEAbbrev Abbrev;
147 DIEAbbrev &getAbbrev() { return Abbrev; }
DIE.cpp 40 // DIEAbbrev Implementation
45 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
56 void DIEAbbrev::Emit(AsmPrinter *AP) const {
86 void DIEAbbrev::print(raw_ostream &O) {
103 void DIEAbbrev::dump() { print(dbgs()); }
DwarfDebug.h 39 class DIEAbbrev;
204 FoldingSet<DIEAbbrev> AbbreviationsSet;
208 std::vector<DIEAbbrev *> Abbreviations;
311 void assignAbbrevNumber(DIEAbbrev &Abbrev);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 78 class DIEAbbrev : public FoldingSetNode {
95 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {}
128 /// Helps unique DIEAbbrev objects and assigns abbreviation numbers.
131 /// assign a unique abbreviation number to each unique DIEAbbrev object it
132 /// finds. The resulting collection of DIEAbbrev objects can then be emitted
135 /// The bump allocator to use when creating DIEAbbrev objects in the uniqued
139 llvm::FoldingSet<DIEAbbrev> AbbreviationsSet;
141 std::vector<DIEAbbrev *> Abbreviations;
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
717 DIEAbbrev generateAbbrev() const
    [all...]
AsmPrinter.h 42 class DIEAbbrev;
529 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 78 class DIEAbbrev : public FoldingSetNode {
95 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {}
128 /// Helps unique DIEAbbrev objects and assigns abbreviation numbers.
131 /// assign a unique abbreviation number to each unique DIEAbbrev object it
132 /// finds. The resulting collection of DIEAbbrev objects can then be emitted
135 /// The bump allocator to use when creating DIEAbbrev objects in the uniqued
139 llvm::FoldingSet<DIEAbbrev> AbbreviationsSet;
141 std::vector<DIEAbbrev *> Abbreviations;
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
717 DIEAbbrev generateAbbrev() const
    [all...]
AsmPrinter.h 42 class DIEAbbrev;
529 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 35 class DIEAbbrev;
463 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
DIE.h 79 class DIEAbbrev : public FoldingSetNode {
96 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {}
129 /// Helps unique DIEAbbrev objects and assigns abbreviation numbers.
132 /// assign a unique abbreviation number to each unique DIEAbbrev object it
133 /// finds. The resulting collection of DIEAbbrev objects can then be emitted
136 /// The bump allocator to use when creating DIEAbbrev objects in the uniqued
140 FoldingSet<DIEAbbrev> AbbreviationsSet;
142 std::vector<DIEAbbrev *> Abbreviations;
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
723 DIEAbbrev generateAbbrev() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
DIE.h 79 class DIEAbbrev : public FoldingSetNode {
96 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {}
129 /// Helps unique DIEAbbrev objects and assigns abbreviation numbers.
132 /// assign a unique abbreviation number to each unique DIEAbbrev object it
133 /// finds. The resulting collection of DIEAbbrev objects can then be emitted
136 /// The bump allocator to use when creating DIEAbbrev objects in the uniqued
140 FoldingSet<DIEAbbrev> AbbreviationsSet;
142 std::vector<DIEAbbrev *> Abbreviations;
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
723 DIEAbbrev generateAbbrev() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
537 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 43 class DIEAbbrev;
536 void emitDwarfAbbrev(const DIEAbbrev &Abbrev) const;

Completed in 1042 milliseconds

1 2