Searched refs:CGProfile (Results 1 – 8 of 8) sorted by relevance
377 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()508 if (Asm.CGProfile.empty()) in finalizeCGProfile()510 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local514 SwitchSection(CGProfile); in finalizeCGProfile()516 for (MCAssembler::CGProfileEntry &E : Asm.CGProfile) { in finalizeCGProfile()
345 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()357 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) { in finalizeCGProfile()
681 if (!Asm.CGProfile.empty()) { in executePostLayoutBinding()1123 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
94 static bool CGProfile; variable198 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()397 if (opts::CGProfile) in dumpObject()423 if (opts::CGProfile) in dumpObject()
441 std::vector<CGProfileEntry> CGProfile; variable
78 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member133 using Elf_CGProfile = typename ELFT::CGProfile; \
863 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations()874 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()903 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles()
1556 SRCS_MIN+= Transforms/Instrumentation/CGProfile.cpp