Searched refs:TypesSection (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 535 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument 586 else if (OutSection == TypesSection) in handleSection() 606 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() local 670 KnownSections, StrSection, StrOffsetSection, TypesSection, in write() 791 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write() 875 OutSection = TypesSection; in write()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 77 const MCSection *TypesSection, const MCSection *CUIndexSection,
|