Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp157 MCSectionCOFF *CGProfileSection = nullptr; member in __anon9a7db13a0111::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()
H A DELFObjectWriter.cpp1130 MCSectionELF *CGProfileSection = nullptr; in writeObject() local
1132 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile", in writeObject()
1135 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1189 if (CGProfileSection) { in writeObject()
1197 SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A 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()