Home
last modified time | relevance | path

Searched refs:CGProfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCELFStreamer.cpp377 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
508 if (Asm.CGProfile.empty()) in finalizeCGProfile()
510 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local
514 SwitchSection(CGProfile); in finalizeCGProfile()
516 for (MCAssembler::CGProfileEntry &E : Asm.CGProfile) { in finalizeCGProfile()
DMCWinCOFFStreamer.cpp345 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
357 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) { in finalizeCGProfile()
DWinCOFFObjectWriter.cpp681 if (!Asm.CGProfile.empty()) { in executePostLayoutBinding()
1123 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp94 static bool CGProfile; variable
198 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()
397 if (opts::CGProfile) in dumpObject()
423 if (opts::CGProfile) in dumpObject()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAssembler.h441 std::vector<CGProfileEntry> CGProfile; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELFTypes.h78 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member
133 using Elf_CGProfile = typename ELFT::CGProfile; \
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DDriver.cpp863 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()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile1556 SRCS_MIN+= Transforms/Instrumentation/CGProfile.cpp