Searched refs:TypesSection (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 559 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 D | DWP.h | 77 const MCSection *TypesSection, const MCSection *CUIndexSection,
|