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.cpp556 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
607 else if (OutSection == TypesSection) in handleSection()
627 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() local
691 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
812 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
896 OutSection = TypesSection; in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h76 const MCSection *TypesSection, const MCSection *CUIndexSection,