Home
last modified time | relevance | path

Searched refs:TypesSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp559 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
610 else if (OutSection == TypesSection) in handleSection()
630 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() local
694 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
815 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
899 OutSection = TypesSection; in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h77 const MCSection *TypesSection, const MCSection *CUIndexSection,