| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | BitstreamRemarkSerializer.cpp | 55 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaBlockInfo() local 67 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaRemarkVersion() local 86 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaStrTab() local 110 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaExternalFile() local 132 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 146 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 159 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 171 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 187 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 296 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 430 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 440 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 445 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 454 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 459 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | DWARFYAML.h | 53 struct Abbrev { struct 57 std::vector<AttributeAbbrev> Attributes; argument 165 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::Abbrev) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitCodes.cpp | 68 const NaClBitCodeAbbrev *Abbrev, unsigned &Index) { in PrintExpression() 101 NaClBitCodeAbbrev *Abbrev = new NaClBitCodeAbbrev(); in Simplify() local
|
| D | NaClBitcodeParser.cpp | 70 void NaClBitcodeParserListener::ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, in ProcessAbbreviation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 1434 unsigned Abbrev) { in writeMDTuple() 1463 unsigned &Abbrev) { in writeDILocation() 1494 unsigned &Abbrev) { in writeGenericDINode() 1516 unsigned Abbrev) { in writeDISubrange() 1528 unsigned Abbrev) { in writeDIEnumerator() 1539 unsigned Abbrev) { in writeDIBasicType() 1554 unsigned Abbrev) { in writeDIDerivedType() 1581 unsigned Abbrev) { in writeDICompositeType() 1607 unsigned Abbrev) { in writeDISubroutineType() 1620 unsigned Abbrev) { in writeDIFile() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFAcceleratorTable.h | 267 struct Abbrev { struct 268 uint32_t Code; ///< Abbreviation code argument 272 Abbrev(uint32_t Code, dwarf::Tag Tag, in Abbrev() argument
|
| D | DWARFContext.h | 63 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
|
| D | DWARFUnit.h | 200 const DWARFDebugAbbrev *Abbrev; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | DWARFVisitor.cpp | 55 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo() local
|
| D | DWARFYAML.cpp | 45 DWARFYAML::Abbrev &Abbrev) { in mapping()
|
| /third_party/iowow/src/json/tests/data/ |
| D | 001.expected.json | 21 "Abbrev": "ISO 8879:1986", string
|
| D | 002.json | 21 "Abbrev": "ISO 8879:1986", string
|
| D | 001.json | 21 "Abbrev": "ISO 8879:1986", string
|
| D | 002.expected.json | 21 "Abbrev": "ISO 8879:1986", string
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 149 DIEAbbrev Abbrev = Die.generateAbbrev(); in uniqueAbbreviation() local 187 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() local 282 const DIEAbbrev &Abbrev = AbbrevSet.uniqueAbbreviation(*this); in computeOffsetsAndAbbrevs() local
|
| D | AccelTable.cpp | 457 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFVerifier.cpp | 247 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection() 1144 for (const auto &Abbrev : NI.getAbbrevs()) { in verifyNameIndexAbbrevs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | AsmPrinter.h | 594 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitstreamReader.h | 450 void setCodeAbbrev(NaClBitcodeSelectorAbbrev &Abbrev) { in setCodeAbbrev()
|