Home
last modified time | relevance | path

Searched defs:Abbrev (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkSerializer.cpp55 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/
DBitstreamRemarkSerializer.cpp55 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/
DBitcodeWriter.cpp33 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/
DBitstreamWriter.h296 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/
DBitstreamWriter.h301 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/
DBitstreamWriter.h379 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/
DBitcodeWriter.cpp1317 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/
DDWARFYAML.h53 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/
DNaClBitCodes.cpp68 const NaClBitCodeAbbrev *Abbrev, unsigned &Index) { in PrintExpression()
101 NaClBitCodeAbbrev *Abbrev = new NaClBitCodeAbbrev(); in Simplify() local
DNaClBitcodeParser.cpp70 void NaClBitcodeParserListener::ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, in ProcessAbbreviation()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1468 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/
DBitcodeWriter.cpp1434 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/
DDWARFAcceleratorTable.h267 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/
DDWARFAcceleratorTable.h263 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/
DDwarfFile.cpp33 DIEAbbrev Abbrev = Die.generateAbbrev(); in assignAbbrevNumber() local
102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die); in computeSizeAndOffset() local
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h36 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/
DDWARFVisitor.cpp55 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo() local
/external/clang/lib/Serialization/
DASTWriter.cpp1267 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/
Ddwarf2reader_test_common.h119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() function
Ddwarf2reader.h390 struct Abbrev { struct
411 void ReadAbbrevs(); argument
417 const Abbrev& abbrev); argument
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp31 auto Abbrev = Stream.EmitAbbrev(Abv); in writeExtensionContents() local
/external/llvm-project/clang/lib/Frontend/
DTestModuleFileExtension.cpp30 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); in writeExtensionContents() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp149 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/
DDIE.cpp149 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/
DASTWriter.cpp1143 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 …]

123