Home
last modified time | relevance | path

Searched refs:EmitAbbrev (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp787 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, SecOffsetForm); in EmitGenDwarfAbbrev()
790 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, SecOffsetForm); in EmitGenDwarfAbbrev()
792 EmitAbbrev(MCOS, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
793 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
795 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
801 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
802 EmitAbbrev(MCOS, dwarf::DW_AT_language, dwarf::DW_FORM_data2); in EmitGenDwarfAbbrev()
803 EmitAbbrev(MCOS, 0, 0); in EmitGenDwarfAbbrev()
809 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
812 EmitAbbrev(MCOS, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2207 DeclFieldAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2239 DeclObjCIvarAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2283 DeclEnumAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2334 DeclRecordAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2376 DeclParmVarAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2402 DeclTypedefAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2441 DeclVarAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2446 DeclTemplateCXXMethodAbbrev = Stream.EmitAbbrev( in WriteDeclAbbrevs()
2524 DeclRefExprAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
2615 CallExprAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()
[all …]
H A DASTWriter.cpp632 TypeExtQualAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteTypeAbbrevs()
1769 return Stream.EmitAbbrev(std::move(Abbrev)); in CreateSLocFileAbbrev()
1784 return Stream.EmitAbbrev(std::move(Abbrev)); in CreateSLocBufferAbbrev()
1799 return Stream.EmitAbbrev(std::move(Abbrev)); in CreateSLocBufferBlobAbbrev()
1815 return Stream.EmitAbbrev(std::move(Abbrev)); in CreateSLocExpansionAbbrev()
2077 unsigned TableAbbrev = Stream.EmitAbbrev(std::move(Abbrev)); in WriteHeaderSearch()
2623 InclusionAbbrev = Stream.EmitAbbrev(std::move(Abbrev)); in WritePreprocessorDetail()
3244 unsigned AbbrevCode = Stream.EmitAbbrev(std::move(Abbrev)); in WriteFileDeclIDsMap()
4313 unsigned AbbrevID = Stream.EmitAbbrev(std::move(Abbrev)); in WriteObjCCategories()
4423 unsigned Abbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteModuleFileExtension()
[all …]
H A DGlobalModuleIndex.cpp840 unsigned IDTableAbbrev = Stream.EmitAbbrev(std::move(Abbrev)); in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1406 SimpleGVarAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleInfo()
1641 return Stream.EmitAbbrev(std::move(Abbv)); in createDILocationAbbrev()
1672 return Stream.EmitAbbrev(std::move(Abbv)); in createGenericDINodeAbbrev()
2200 return Stream.EmitAbbrev(std::move(Abbv)); in createNamedMetadataAbbrev()
2230 return Stream.EmitAbbrev(std::move(Abbv)); in createMetadataStringsAbbrev()
2550 AggregateAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2557 String8Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2563 CString7Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
2569 CString6Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
4656 auto EpochAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeIdentificationBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp411 auto AbbrevNo = Stream->EmitAbbrev(std::move(Abbv)); in writeBlob()
968 unsigned PtrAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable()
1254 SimpleGVarAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleInfo()
1710 return Stream.EmitAbbrev(std::move(Abbv)); in createDILocationAbbrev()
1726 return Stream.EmitAbbrev(std::move(Abbv)); in createGenericDINodeAbbrev()
1769 return Stream.EmitAbbrev(std::move(Abbv)); in createMetadataStringsAbbrev()
1812 NameAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeModuleMetadata()
1935 AggregateAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
1942 String8Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
1948 CString7Abbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeConstants()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp32 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); in writeExtensionContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h386 return Stream.EmitAbbrev(std::move(Abbrev));
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h578 unsigned EmitAbbrev(std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitAbbrev() function