Home
last modified time | relevance | path

Searched refs:CGProfileSection (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp557 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile() local
559 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()
560 auto *Frag = new MCDataFragment(CGProfileSection); in finalizeCGProfile()
H A DWinCOFFObjectWriter.cpp159 MCSectionCOFF *CGProfileSection = nullptr; member in __anon93f2c7df0111::WinCOFFObjectWriter
663 CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
666 Asm.registerSection(*CGProfileSection); in executePostLayoutBinding()
1115 if (CGProfileSection) { in writeObject()
1116 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()
H A DMachObjectWriter.cpp779 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject() local
782 &*CGProfileSection->getFragmentList().begin()); in writeObject()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp744 object::SectionRef CGProfileSection; in printCGProfile() local
753 CGProfileSection = Sec; in printCGProfile()
757 if (CGProfileSection == object::SectionRef()) in printCGProfile()
761 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()
H A DCOFFDumper.cpp1986 SectionRef CGProfileSection; in printCGProfile() local
1990 CGProfileSection = Sec; in printCGProfile()
1995 if (CGProfileSection == SectionRef()) in printCGProfile()
1999 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()