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