Searched refs:TypesSection (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 476 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument 527 else if (OutSection == TypesSection) in handleSection() 546 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() local 605 KnownSections, StrSection, StrOffsetSection, TypesSection, in write() 699 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write() 779 OutSection = TypesSection; in write()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 70 const MCSection *TypesSection, const MCSection *CUIndexSection,
|