Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
DDWARFContext.h63 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
DDWARFUnit.h200 const DWARFDebugAbbrev *Abbrev; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp55 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo() local
DDWARFYAML.cpp45 DWARFYAML::Abbrev &Abbrev) { in mapping()
/third_party/iowow/src/json/tests/data/
D001.expected.json21 "Abbrev": "ISO 8879:1986", string
D002.json21 "Abbrev": "ISO 8879:1986", string
D001.json21 "Abbrev": "ISO 8879:1986", string
D002.expected.json21 "Abbrev": "ISO 8879:1986", string
/third_party/skia/third_party/externals/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
DAccelTable.cpp457 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp247 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/
DAsmPrinter.h594 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h450 void setCodeAbbrev(NaClBitcodeSelectorAbbrev &Abbrev) { in setCodeAbbrev()