Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp54 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 DBitstreamWriter.h377 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 DBitcodeWriter.cpp1499 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 DDWARFAcceleratorTable.h270 struct Abbrev { struct
271 uint32_t Code; ///< Abbreviation code argument
275 Abbrev(uint32_t Code, dwarf::Tag Tag, in Abbrev() argument
H A DDWARFContext.h58 std::unique_ptr<DWARFDebugAbbrev> Abbrev; variable
H A DDWARFUnit.h209 const DWARFDebugAbbrev *Abbrev; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp32 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); in writeExtensionContents() local
H A DSerializedDiagnosticPrinter.cpp415 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 DASTWriter.cpp1144 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 DGlobalModuleIndex.cpp836 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A 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
H A DAccelTable.cpp452 for (const auto &Abbrev : Abbreviations) { in emitAbbrevs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp677 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 DDWARFYAML.cpp120 DWARFYAML::Abbrev &Abbrev) { in mapping()
H A DDWARFEmitter.cpp291 const DWARFYAML::Abbrev &Abbrev = AbbrevDecls[AbbrCode - 1]; in writeDIE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp428 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 Dllvm-dwp.cpp203 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 DAsmPrinter.h685 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp256 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
1201 for (const auto &Abbrev : NI.getAbbrevs()) { in verifyNameIndexAbbrevs() local