Searched refs:AbbrevSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 46 SectionDescriptor &AbbrevSection = in emitAbbreviations() local 51 emitDwarfAbbrevEntry(*Abbrev, AbbrevSection); in emitAbbreviations() 54 encodeULEB128(0, AbbrevSection.OS); in emitAbbreviations() 60 SectionDescriptor &AbbrevSection) { in emitDwarfAbbrevEntry() argument 62 encodeULEB128(Abbrev.getNumber(), AbbrevSection.OS); in emitDwarfAbbrevEntry() 66 encodeULEB128(Abbrev.getTag(), AbbrevSection.OS); in emitDwarfAbbrevEntry() 69 encodeULEB128((unsigned)Abbrev.hasChildren(), AbbrevSection.OS); in emitDwarfAbbrevEntry() 75 encodeULEB128(AttrData.getAttribute(), AbbrevSection.OS); in emitDwarfAbbrevEntry() 78 encodeULEB128(AttrData.getForm(), AbbrevSection.OS); in emitDwarfAbbrevEntry() 82 encodeSLEB128(AttrData.getValue(), AbbrevSection.OS); in emitDwarfAbbrevEntry() [all …]
|
| H A D | DWARFLinkerUnit.h | 167 SectionDescriptor &AbbrevSection);
|
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 563 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection, in handleSection() argument 598 AbbrevSection = Contents; in handleSection() 680 StringRef AbbrevSection; in write() local 695 CurInfoSection, AbbrevSection, CurCUIndexSection, in write() 778 Header, AbbrevSection, in write() 851 Header, getSubsection(AbbrevSection, E, DW_SECT_ABBREV), in write()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 83 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 2053 StringRef AbbrevSection; member in __anonfc0a132e1211::DWARFObjInMemory 2074 .Case("debug_abbrev", &AbbrevSection) in mapSectionToMember() 2381 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection()
|