/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 54 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaBlockInfo() local 66 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaRemarkVersion() local 85 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaStrTab() local 109 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaExternalFile() local 131 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 145 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 158 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 170 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local 186 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 377 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 511 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 521 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 526 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 535 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 540 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1499 unsigned Abbrev) { in writeMDTuple() 1528 unsigned &Abbrev) { in writeDILocation() 1559 unsigned &Abbrev) { in writeGenericDINode() 1576 unsigned Abbrev) { in writeDISubrange() 1590 unsigned Abbrev) { in writeDIGenericSubrange() 1621 unsigned Abbrev) { in writeDIEnumerator() 1634 unsigned Abbrev) { in writeDIBasicType() 1649 unsigned Abbrev) { in writeDIStringType() 1665 unsigned Abbrev) { in writeDIDerivedType() 1692 unsigned Abbrev) { in writeDICompositeType() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 270 struct Abbrev { struct 271 uint32_t Code; ///< Abbreviation code argument 275 Abbrev(uint32_t Code, dwarf::Tag Tag, in Abbrev() argument
|
H A D | DWARFContext.h | 58 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
|
H A D | DWARFUnit.h | 209 const DWARFDebugAbbrev *Abbrev; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | TestModuleFileExtension.cpp | 32 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); in writeExtensionContents() local
|
H A D | SerializedDiagnosticPrinter.cpp | 415 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddSourceLocationAbbrev() 423 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddRangeLocationAbbrev() 442 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1144 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1164 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1385 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() local 1559 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocFileAbbrev() local 1578 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocBufferAbbrev() local 1594 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocBufferBlobAbbrev() local 1608 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in CreateSLocExpansionAbbrev() local 1872 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteHeaderSearch() local 2061 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSourceManagerBlock() local 2340 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WritePreprocessor() local [all …]
|
H A D | GlobalModuleIndex.cpp | 836 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A 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
|
H A D | AccelTable.cpp | 452 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 677 getAttributeOffsets(const DWARFAbbreviationDeclaration *Abbrev, unsigned Idx, in getAttributeOffsets() 694 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in hasLiveMemoryLocation() local 713 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in hasLiveAddressRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 120 DWARFYAML::Abbrev &Abbrev) { in mapping()
|
H A D | DWARFEmitter.cpp | 291 const DWARFYAML::Abbrev &Abbrev = AbbrevDecls[AbbrCode - 1]; in writeDIE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 428 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepVariableDIE() local 629 const auto *Abbrev = Die.getAbbreviationDeclarationPtr(); in lookForRefDIEsToKeep() local 821 void DWARFLinker::assignAbbrev(DIEAbbrev &Abbrev) { in assignAbbrev() 1413 const auto *Abbrev = InputDIE.getAbbreviationDeclarationPtr(); in cloneDIE() local 2278 DIEAbbrev Abbrev = CUDie->generateAbbrev(); in emitPaperTrailWarnings() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 203 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { in getCUAbbrev() 262 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev, in getCUIdentifiers()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 685 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 256 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection() 1201 for (const auto &Abbrev : NI.getAbbrevs()) { in verifyNameIndexAbbrevs() local
|