| /external/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
|
| /external/llvm-project/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
|
| /external/llvm-project/clang-tools-extra/clang-doc/ |
| D | BitcodeWriter.cpp | 33 static void AbbrevGen(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev, in AbbrevGen() 39 static void BoolAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in BoolAbbrev() 46 static void IntAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in IntAbbrev() 53 static void SymbolIDAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in SymbolIDAbbrev() 64 static void StringAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in StringAbbrev() 74 static void LocationAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in LocationAbbrev() 92 AbbrevDsc Abbrev = nullptr; member 295 auto Abbrev = std::make_shared<llvm::BitCodeAbbrev>(); in emitAbbrev() local
|
| /external/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()
|
| /external/llvm/include/llvm/Bitcode/ |
| D | BitstreamWriter.h | 301 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 435 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 445 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 450 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 459 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 464 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /external/llvm-project/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 379 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 513 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 523 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 528 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 537 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 542 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 1317 unsigned Abbrev) { in writeMDTuple() 1345 unsigned &Abbrev) { in writeDILocation() 1375 unsigned &Abbrev) { in writeGenericDINode() 1397 unsigned Abbrev) { in writeDISubrange() 1408 unsigned Abbrev) { in writeDIEnumerator() 1419 unsigned Abbrev) { in writeDIBasicType() 1433 unsigned Abbrev) { in writeDIDerivedType() 1453 unsigned Abbrev) { in writeDICompositeType() 1478 unsigned Abbrev) { in writeDISubroutineType() 1491 unsigned Abbrev) { in writeDIFile() [all …]
|
| /external/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()
|
| /external/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()
|
| /external/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 1468 unsigned Abbrev) { in writeMDTuple() 1497 unsigned &Abbrev) { in writeDILocation() 1528 unsigned &Abbrev) { in writeGenericDINode() 1545 unsigned Abbrev) { in writeDISubrange() 1559 unsigned Abbrev) { in writeDIGenericSubrange() 1590 unsigned Abbrev) { in writeDIEnumerator() 1603 unsigned Abbrev) { in writeDIBasicType() 1618 unsigned Abbrev) { in writeDIStringType() 1634 unsigned Abbrev) { in writeDIDerivedType() 1661 unsigned Abbrev) { in writeDICompositeType() [all …]
|
| /external/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 …]
|
| /external/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
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFAcceleratorTable.h | 263 struct Abbrev { struct 264 uint32_t Code; ///< Abbreviation code argument 268 Abbrev(uint32_t Code, dwarf::Tag Tag, in Abbrev() argument
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfFile.cpp | 33 DIEAbbrev Abbrev = Die.generateAbbrev(); in assignAbbrevNumber() local 102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die); in computeSizeAndOffset() local
|
| /external/llvm-project/llvm/include/llvm/ObjectYAML/ |
| D | DWARFYAML.h | 36 struct Abbrev { struct 40 std::vector<AttributeAbbrev> Attributes; argument 45 std::vector<Abbrev> Table; argument 251 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::Abbrev) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | DWARFVisitor.cpp | 55 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo() local
|
| /external/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 1267 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1287 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1515 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1644 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocFileAbbrev() local 1663 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferAbbrev() local 1679 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferBlobAbbrev() local 1693 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocExpansionAbbrev() local 1873 auto *Abbrev = new BitCodeAbbrev(); in WriteHeaderSearch() local 2044 auto *Abbrev = new BitCodeAbbrev(); in WriteSourceManagerBlock() local 2299 auto *Abbrev = new BitCodeAbbrev(); in WritePreprocessor() local [all …]
|
| /external/google-breakpad/src/common/dwarf/ |
| D | dwarf2reader_test_common.h | 119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() function
|
| D | dwarf2reader.h | 390 struct Abbrev { struct 411 void ReadAbbrevs(); argument 417 const Abbrev& abbrev); argument
|
| /external/clang/lib/Frontend/ |
| D | TestModuleFileExtension.cpp | 31 auto Abbrev = Stream.EmitAbbrev(Abv); in writeExtensionContents() local
|
| /external/llvm-project/clang/lib/Frontend/ |
| D | TestModuleFileExtension.cpp | 30 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); in writeExtensionContents() local
|
| /external/llvm-project/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
|
| /external/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
|
| /external/llvm-project/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 1143 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1163 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1384 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1558 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocFileAbbrev() local 1577 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocBufferAbbrev() local 1593 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocBufferBlobAbbrev() local 1607 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocExpansionAbbrev() local 1867 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteHeaderSearch() local 2056 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSourceManagerBlock() local 2335 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WritePreprocessor() local [all …]
|