/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 297 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 431 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 441 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 446 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 455 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 460 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 298 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithAbbrevImpl() 416 void EmitRecordWithAbbrev(unsigned Abbrev, SmallVectorImpl<uintty> &Vals) { in EmitRecordWithAbbrev() 426 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithBlob() 431 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithBlob() 439 void EmitRecordWithArray(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithArray() 444 void EmitRecordWithArray(unsigned Abbrev, SmallVectorImpl<uintty> &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/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitCodes.cpp | 72 const NaClBitCodeAbbrev *Abbrev, in PrintExpression() 102 NaClBitCodeAbbrev *Abbrev = new NaClBitCodeAbbrev(); in Simplify() local
|
D | NaClBitcodeParser.cpp | 73 ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, bool IsLocal) { in ProcessAbbreviation()
|
/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-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1379 unsigned Abbrev) { in writeMDTuple() 1407 unsigned &Abbrev) { in writeDILocation() 1437 unsigned &Abbrev) { in writeGenericDINode() 1459 unsigned Abbrev) { in writeDISubrange() 1471 unsigned Abbrev) { in writeDIEnumerator() 1482 unsigned Abbrev) { in writeDIBasicType() 1496 unsigned Abbrev) { in writeDIDerivedType() 1523 unsigned Abbrev) { in writeDICompositeType() 1549 unsigned Abbrev) { in writeDISubroutineType() 1562 unsigned Abbrev) { in writeDIFile() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 268 struct Abbrev { struct 269 uint32_t Code; ///< Abbreviation code argument 273 Abbrev(uint32_t Code, dwarf::Tag Tag, in Abbrev() argument
|
D | DWARFContext.h | 65 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 54 struct Abbrev { struct 58 std::vector<AttributeAbbrev> Attributes; 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/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 56 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo() local
|
D | DWARFYAML.cpp | 46 DWARFYAML::Abbrev &Abbrev) { in mapping()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 244 struct Abbrev { struct 265 void ReadAbbrevs(); argument 271 const Abbrev& abbrev); argument
|
D | dwarf2reader_test_common.h | 119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() function
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 31 auto Abbrev = Stream.EmitAbbrev(Abv); in writeExtensionContents() local
|
D | SerializedDiagnosticPrinter.cpp | 428 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddSourceLocationAbbrev() 436 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddRangeLocationAbbrev() 455 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock() local
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.h | 30 OwningPtr<DWARFDebugAbbrev> Abbrev; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 150 DIEAbbrev Abbrev = Die.generateAbbrev(); in uniqueAbbreviation() local 188 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() local 283 const DIEAbbrev &Abbrev = AbbrevSet.uniqueAbbreviation(*this); in computeOffsetsAndAbbrevs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 517 getAttributeOffsets(const DWARFAbbreviationDeclaration *Abbrev, unsigned Idx, in getAttributeOffsets() 539 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepVariableDIE() local 584 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepSubprogramDIE() local 701 const auto *Abbrev = Die.getAbbreviationDeclarationPtr(); in keepDIEAndDependencies() local 899 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) { in AssignAbbrev() 1440 const auto *Abbrev = InputDIE.getAbbreviationDeclarationPtr(); in cloneDIE() local 1957 const DWARFAbbreviationDeclaration &Abbrev, bool hasODR) { in copyAbbrev() 2323 DIEAbbrev Abbrev = CUDie->generateAbbrev(); in emitPaperTrailWarnings() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 104 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in TEST() local
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 456 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 108 const DWARFDebugAbbrev *Abbrev; variable
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 200 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in TEST() local
|