Searched refs:CGProfileSection (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp157 MCSectionCOFF *CGProfileSection = nullptr; member in class:__anon3739::WinCOFFObjectWriter
681 CGProfileSection = Asm.getContext().getCOFFSection(
684 Asm.registerSection(*CGProfileSection);
1113 if (CGProfileSection) {
1114 auto *Frag = new MCDataFragment(CGProfileSection);
H A DELFObjectWriter.cpp1134 MCSectionELF *CGProfileSection = nullptr; local
1136 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile",
1139 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection);
1197 if (CGProfileSection) {
1205 SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1962 SectionRef CGProfileSection; local
1966 CGProfileSection = Sec;
1971 if (CGProfileSection == SectionRef())
1975 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents());

Completed in 105 milliseconds