Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp553 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile() local
555 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()
556 auto *Frag = new MCDataFragment(CGProfileSection); in finalizeCGProfile()
H A DWinCOFFObjectWriter.cpp155 MCSectionCOFF *CGProfileSection = nullptr; member in __anon1ceee7e50111::WinCOFFWriter
1120 if (Mode != DwoOnly && CGProfileSection) { in writeObject()
1121 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()
1218 ObjWriter->CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
1221 Asm.registerSection(*ObjWriter->CGProfileSection); in executePostLayoutBinding()
H A DMachObjectWriter.cpp768 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject() local
771 &*CGProfileSection->getFragmentList().begin()); in writeObject()
/freebsd-14.2/contrib/llvm-project/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.cpp2140 SectionRef CGProfileSection; in printCGProfile() local
2144 CGProfileSection = Sec; in printCGProfile()
2149 if (CGProfileSection == SectionRef()) in printCGProfile()
2153 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()