/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 844 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteMDTuple() 860 unsigned Abbrev) { in WriteDILocation() 875 unsigned Abbrev) { in WriteGenericDINode() 895 unsigned Abbrev) { in WriteDISubrange() 907 unsigned Abbrev) { in WriteDIEnumerator() 919 unsigned Abbrev) { in WriteDIBasicType() 935 unsigned Abbrev) { in WriteDIDerivedType() 957 unsigned Abbrev) { in WriteDICompositeType() 983 unsigned Abbrev) { in WriteDISubroutineType() 994 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteDIFile() [all …]
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 301 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/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 32 DIEAbbrev Abbrev = Die.generateAbbrev(); in assignAbbrevNumber() local 95 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die); in computeSizeAndOffset() local
|
D | DIE.cpp | 112 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() local
|
/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/Serialization/ |
D | ASTWriter.cpp | 1217 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1237 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1458 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock() local 1587 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocFileAbbrev() local 1606 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferAbbrev() local 1621 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferBlobAbbrev() local 1632 auto *Abbrev = new BitCodeAbbrev(); in CreateSLocExpansionAbbrev() local 1812 auto *Abbrev = new BitCodeAbbrev(); in WriteHeaderSearch() local 1965 auto *Abbrev = new BitCodeAbbrev(); in WriteSourceManagerBlock() local 2221 auto *Abbrev = new BitCodeAbbrev(); in WritePreprocessor() local [all …]
|
D | GlobalModuleIndex.cpp | 753 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in writeIndex() local
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 31 auto Abbrev = Stream.EmitAbbrev(Abv); in writeExtensionContents() local
|
D | SerializedDiagnosticPrinter.cpp | 427 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddSourceLocationAbbrev() 435 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddRangeLocationAbbrev() 454 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock() local
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 90 static uint32_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { in getCUAbbrev() 106 static uint64_t getCUSignature(StringRef Abbrev, StringRef Info) { in getCUSignature()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2006 getAttributeOffsets(const DWARFAbbreviationDeclaration *Abbrev, unsigned Idx, in getAttributeOffsets() 2026 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepVariableDIE() local 2066 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepSubprogramDIE() local 2165 const auto *Abbrev = Die.getAbbreviationDeclarationPtr(); in keepDIEAndDependencies() local 2270 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) { in AssignAbbrev() 2715 const auto *Abbrev = InputDIE.getAbbreviationDeclarationPtr(); in cloneDIE() local 3142 const DWARFAbbreviationDeclaration &Abbrev, bool hasODR) { in copyAbbrev()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 453 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 111 const DWARFDebugAbbrev *Abbrev; variable
|
D | DWARFContext.h | 46 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
|