HomeSort by: relevance | last modified time | path
    Searched refs:Abbrevs (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 35 llvm::DenseMap<unsigned, unsigned> Abbrevs;
40 assert(Abbrevs.find(recordID) == Abbrevs.end()
42 Abbrevs[recordID] = abbrevID;
46 assert(Abbrevs.find(recordID) != Abbrevs.end() &&
48 return Abbrevs[recordID];
265 AbbreviationMap Abbrevs;
388 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_FILENAME), Record,
399 State->Stream.EmitRecordWithAbbrev(State->Abbrevs.get(RECORD_SOURCE_RANGE)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 23 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
95 return Die.computeOffsetsAndAbbrevs(Asm, Abbrevs, Offset);
98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
DwarfFile.h 56 DIEAbbrevSet Abbrevs;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamWriter.h 55 /// CurAbbrevs - Abbrevs installed at in this block.
72 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs;
303 // If there is a blockinfo for this BlockID, add all the predefined abbrevs
306 append_range(CurAbbrevs, Info->Abbrevs);
619 Info.Abbrevs.push_back(std::move(Abbv));
621 return Info.Abbrevs.size()-1+bitc::FIRST_APPLICATION_ABBREV;
BitstreamReader.h 44 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs;
345 /// Abbrevs installed at in this block.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFStreamer.h 72 /// Emit the abbreviation table \p Abbrevs to the debug_abbrev section.
73 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
DWARFLinker.h 112 /// Emit the abbreviation table \p Abbrevs to the debug_abbrev section.
114 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 683 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const {
685 for (const auto &Abbrev : Abbrevs)
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 26 // Add the abbrevs specific to this block to the CurAbbrevs list.
30 llvm::append_range(CurAbbrevs, Info->Abbrevs);
440 CurBlockInfo->Abbrevs.push_back(std::move(CurAbbrevs.back()));
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 523 if (!Abbrevs.insert(std::move(*AbbrevOr)).second)
621 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode);
622 if (AbbrevIt == Abbrevs.end())
729 for (const auto &Abbr : Abbrevs)
DWARFUnit.cpp 339 Abbrevs = nullptr;
796 if (!Abbrevs)
797 Abbrevs = Abbrev->getAbbreviationDeclarationSet(Header.getAbbrOffset());
798 return Abbrevs;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 389 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs;
454 return Abbrevs;
DWARFUnit.h 230 mutable const DWARFAbbreviationDeclarationSet *Abbrevs;
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 171 /// Emit the \p Abbrevs array as the shared abbreviation table
174 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
178 Asm->emitDwarfAbbrevs(Abbrevs);
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
dwarf.exp 1529 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1531 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1641 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1643 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
dwarf.exp 1525 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1527 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1637 _op_offset $_cu_offset_size $my_abbrevs Abbrevs
1639 _op_offset $_cu_offset_size $my_abbrevs Abbrevs

Completed in 47 milliseconds