Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp157 MCSectionCOFF *CGProfileSection = nullptr; member in __anon36324ec70111::WinCOFFObjectWriter
682 CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
685 Asm.registerSection(*CGProfileSection); in executePostLayoutBinding()
1119 if (CGProfileSection) { in writeObject()
1120 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1982 SectionRef CGProfileSection; in printCGProfile() local
1986 CGProfileSection = Sec; in printCGProfile()
1991 if (CGProfileSection == SectionRef()) in printCGProfile()
1995 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()