/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 25 for (DIEAbbrev *Abbrev : Abbreviations) in ~DwarfFile() 45 Abbreviations.push_back(New); in assignAbbrevNumber() 46 New->setNumber(Abbreviations.size()); in assignAbbrevNumber() 47 Die.setAbbrevNumber(Abbreviations.size()); in assignAbbrevNumber() 133 if (!Abbreviations.empty()) { in emitAbbrevs() 136 Asm->emitDwarfAbbrevs(Abbreviations); in emitAbbrevs()
|
D | DwarfFile.h | 47 std::vector<DIEAbbrev *> Abbreviations; variable
|
/external/markdown/docs/extensions/ |
D | Abbreviations.txt | 1 Abbreviations 15 Abbreviations are defined using the syntax established in 50 Abbreviations can also be called from the command line using Markdown's `-x`
|
D | index.txt | 14 * [[Abbreviations]]
|
D | extra.txt | 12 * [[Abbreviations]]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-debug-names.s | 107 .long .Lnames_abbrev_end2-.Lnames_abbrev_start2 # Abbreviations table size 147 # CHECK-NEXT: Abbreviations table size: 0x7 153 # CHECK-NEXT: Abbreviations [ 193 # CHECK-NEXT: Abbreviations table size: 0x7 199 # CHECK-NEXT: Abbreviations [ 227 # CHECK-NEXT: Abbreviations table size: 0x9 239 # CHECK-NEXT: Abbreviations [
|
D | debug-names-dwarf64.ll | 28 ; CHECK-NEXT: Abbreviations [
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | NamespaceAliaser.cpp | 32 const std::vector<std::string> &Abbreviations) { in createAlias() argument 57 for (const auto &Abbreviation : Abbreviations) { in createAlias()
|
D | NamespaceAliaser.h | 34 const std::vector<std::string> &Abbreviations);
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 142 for (DIEAbbrev *Abbrev : Abbreviations) in ~DIEAbbrevSet() 161 Abbreviations.push_back(New); in uniqueAbbreviation() 162 New->setNumber(Abbreviations.size()); in uniqueAbbreviation() 163 Die.setAbbrevNumber(Abbreviations.size()); in uniqueAbbreviation() 171 if (!Abbreviations.empty()) { in Emit() 174 AP->emitDwarfAbbrevs(Abbreviations); in Emit()
|
D | AccelTable.cpp | 216 DenseMap<uint32_t, SmallVector<AttributeEncoding, 2>> Abbreviations; member in __anon1d30fd180311::Dwarf5AccelTableWriter 455 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() 475 auto AbbrevIt = Abbreviations.find(Entry.getDieTag()); in emitEntry() 476 assert(AbbrevIt != Abbreviations.end() && in emitEntry() 524 Abbreviations.reserve(UniqueTags.size()); in Dwarf5AccelTableWriter() 526 Abbreviations.try_emplace(Tag, UniformAttributes); in Dwarf5AccelTableWriter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 142 for (DIEAbbrev *Abbrev : Abbreviations) in ~DIEAbbrevSet() 161 Abbreviations.push_back(New); in uniqueAbbreviation() 162 New->setNumber(Abbreviations.size()); in uniqueAbbreviation() 163 Die.setAbbrevNumber(Abbreviations.size()); in uniqueAbbreviation() 171 if (!Abbreviations.empty()) { in Emit() 174 AP->emitDwarfAbbrevs(Abbreviations); in Emit()
|
D | AccelTable.cpp | 217 DenseMap<uint32_t, SmallVector<AttributeEncoding, 2>> Abbreviations; member in __anon8772beac0311::Dwarf5AccelTableWriter 457 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() 477 auto AbbrevIt = Abbreviations.find(Entry.getDieTag()); in emitEntry() 478 assert(AbbrevIt != Abbreviations.end() && in emitEntry() 526 Abbreviations.reserve(UniqueTags.size()); in Dwarf5AccelTableWriter() 528 Abbreviations.try_emplace(Tag, UniformAttributes); in Dwarf5AccelTableWriter()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 259 DIEAbbrevSet Abbreviations; variable 312 DIEAbbrevSet &getAbbrevSet() { return Abbreviations; } in getAbbrevSet()
|
D | DwarfGenerator.cpp | 406 StringPool(nullptr), Abbreviations(Allocator), in Generator() 521 Abbreviations.Emit(Asm.get(), TLOF->getDwarfAbbrevSection()); in generate()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 54 * Abbreviations, which specify compression optimizations for the file. 186 #. A set of abbreviations. Abbreviations may be defined within a block, in 188 enclosing blocks see the abbreviation). Abbreviations can also be defined 278 Abbreviations section in Bitstream Format 281 Abbreviations are an important form of compression for bitstreams. The idea is 287 Abbreviations can be determined dynamically per client, per file. Because the 306 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the argument
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 877 Abbreviations.push_back( in assignAbbrev() 880 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev() 881 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in assignAbbrev() 883 Abbrev.setNumber(Abbreviations.size()); in assignAbbrev() 884 Abbreviations.back()->setNumber(Abbreviations.size()); in assignAbbrev() 2549 TheDwarfEmitter->emitAbbrevs(Abbreviations, MaxDwarfVersion); in link()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1383 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; member in llvm::dsymutil::__anon5c7ea04f0111::DwarfLinker 2340 Abbreviations.push_back( in AssignAbbrev() 2343 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in AssignAbbrev() 2344 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in AssignAbbrev() 2346 Abbrev.setNumber(Abbreviations.size()); in AssignAbbrev() 2347 Abbreviations.back()->setNumber(Abbreviations.size()); in AssignAbbrev() 3496 Streamer->emitAbbrevs(Abbreviations); in link()
|
/external/fmtlib/doc/bootstrap/ |
D | type.less | 232 // Abbreviations and acronyms
|
D | variables.less | 846 //** Abbreviations and acronyms border color
|
/external/llvm-project/llvm/docs/ |
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
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 717 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 142 std::vector<DIEAbbrev *> Abbreviations; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DIE.h | 141 std::vector<DIEAbbrev *> Abbreviations; variable
|
/external/cldr/common/testData/localeIdentifiers/ |
D | localeDisplayName.txt | 306 en-u-ss-standard; English (Suppress Sentence Breaks After Standard Abbreviations)
|