Searched refs:Abbreviations (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 136 for (DIEAbbrev *Abbrev : Abbreviations) in ~DIEAbbrevSet() 155 Abbreviations.push_back(New); in uniqueAbbreviation() 156 New->setNumber(Abbreviations.size()); in uniqueAbbreviation() 157 Die.setAbbrevNumber(Abbreviations.size()); in uniqueAbbreviation() 165 if (!Abbreviations.empty()) { in Emit() 168 AP->emitDwarfAbbrevs(Abbreviations); in Emit()
|
H A D | AccelTable.cpp | 215 DenseMap<uint32_t, SmallVector<AttributeEncoding, 2>> Abbreviations; member in __anoncacf62550311::Dwarf5AccelTableWriter 451 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() 471 auto AbbrevIt = Abbreviations.find(Entry.getDieTag()); in emitEntry() 472 assert(AbbrevIt != Abbreviations.end() && in emitEntry() 520 Abbreviations.reserve(UniqueTags.size()); in Dwarf5AccelTableWriter() 522 Abbreviations.try_emplace(Tag, UniformAttributes); in Dwarf5AccelTableWriter()
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 928 Abbreviations.push_back( in assignAbbrev() 931 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev() 932 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in assignAbbrev() 934 Abbrev.setNumber(Abbreviations.size()); in assignAbbrev() 935 Abbreviations.back()->setNumber(Abbreviations.size()); in assignAbbrev() 2664 TheDwarfEmitter->emitAbbrevs(Abbreviations, Options.TargetDWARFVersion); in link()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BitCodeFormat.rst | 54 * Abbreviations, which specify compression optimizations for the file. 188 #. A set of abbreviations. Abbreviations may be defined within a block, in 190 enclosing blocks see the abbreviation). Abbreviations can also be defined 280 Abbreviations section in Bitstream Format 283 Abbreviations are an important form of compression for bitstreams. The idea is 289 Abbreviations can be determined dynamically per client, per file. Because the 308 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the argument
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | quoting | 50 Abbreviations were not performed if the non-word character
|
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 767 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 142 std::vector<DIEAbbrev *> Abbreviations; variable
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | Index.txt | 32 Abbreviations, Squared Latin 3371 3003 Latin Abbreviations, Squared 3371 3004 Latin Abbreviations, Squared 3380 5026 Squared Latin Abbreviations 3371
|
H A D | NamesList.txt | 21965 @ Abbreviations involving liter symbols
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1992 | 1821 (lookup_cmd_1): Abbreviations return the original command
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 3304 // Abbreviations used in multiclass suffixes:
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | texinfo.txi | 6962 @cindex Abbreviations for keys 7370 @cindex Abbreviations, tagging
|