Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h48 SmallVector<CGProfileEntry, 0> CGProfile; variable
116 SmallVector<CGProfileEntry, 0> &getCGProfile() { return CGProfile; } in getCGProfile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp100 static bool CGProfile; variable
220 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp27 CGProfile.clear(); in reset()
H A DMCELFStreamer.cpp470 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local
474 switchSection(CGProfile); in finalizeCGProfile()
H A DMachObjectWriter.cpp795 if (!CGProfile.empty()) { in writeObject()
801 for (const MCObjectWriter::CGProfileEntry &CGPE : CGProfile) { in writeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h79 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member
135 using Elf_CGProfile = typename ELFT::CGProfile; \
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp978 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1789 SRCS_MIN+= Transforms/Instrumentation/CGProfile.cpp