Searched refs:CGProfile (Results 1 – 8 of 8) sorted by relevance
48 SmallVector<CGProfileEntry, 0> CGProfile; variable116 SmallVector<CGProfileEntry, 0> &getCGProfile() { return CGProfile; } in getCGProfile()
100 static bool CGProfile; variable220 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()470 if (opts::CGProfile) in dumpObject()498 if (opts::CGProfile) in dumpObject()522 if (opts::CGProfile) in dumpObject()
27 CGProfile.clear(); in reset()
470 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local474 switchSection(CGProfile); in finalizeCGProfile()
795 if (!CGProfile.empty()) { in writeObject()801 for (const MCObjectWriter::CGProfileEntry &CGPE : CGProfile) { in writeObject()
79 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member135 using Elf_CGProfile = typename ELFT::CGProfile; \
978 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations()988 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()1026 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles()
1789 SRCS_MIN+= Transforms/Instrumentation/CGProfile.cpp