Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp519 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile() local
521 changeSection(CGProfileSection); in finalizeCGProfile()
525 cast<MCDataFragment>(*CGProfileSection->begin()) in finalizeCGProfile()
H A DMachObjectWriter.cpp796 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject() local
798 auto &Frag = cast<MCDataFragment>(*CGProfileSection->begin()); in writeObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp744 object::SectionRef CGProfileSection; in printCGProfile()
753 CGProfileSection = Sec; in printCGProfile()
757 if (CGProfileSection == object::SectionRef()) in printCGProfile()
761 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()
742 object::SectionRef CGProfileSection; printCGProfile() local
H A DCOFFDumper.cpp2143 SectionRef CGProfileSection; in printCGProfile() local
2147 CGProfileSection = Sec; in printCGProfile()
2152 if (CGProfileSection == SectionRef()) in printCGProfile()
2156 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()