Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp127 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
547 if (Asm.CGProfile.empty()) in finalizeCGProfile()
549 for (MCAssembler::CGProfileEntry &E : Asm.CGProfile) { in finalizeCGProfile()
562 Asm.CGProfile.size() * (2 * sizeof(uint32_t) + sizeof(uint64_t)); in finalizeCGProfile()
H A DMCELFStreamer.cpp386 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
517 if (Asm.CGProfile.empty()) in finalizeCGProfile()
519 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile() local
523 switchSection(CGProfile); in finalizeCGProfile()
525 for (MCAssembler::CGProfileEntry &E : Asm.CGProfile) { in finalizeCGProfile()
H A DMCWinCOFFStreamer.cpp343 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry()
355 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) { in finalizeCGProfile()
H A DMachObjectWriter.cpp779 if (!Asm.CGProfile.empty()) { in writeObject()
787 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
H A DWinCOFFObjectWriter.cpp662 if (!Asm.CGProfile.empty()) { in executePostLayoutBinding()
1121 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCMakeLists.txt4 CGProfile.cpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn15 "CGProfile.cpp",
/openbsd/gnu/usr.bin/clang/libLLVMInstrumentation/
H A DMakefile10 CGProfile.cpp \
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp107 static bool CGProfile; variable
220 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()
467 if (opts::CGProfile) in dumpObject()
493 if (opts::CGProfile) in dumpObject()
517 if (opts::CGProfile) in dumpObject()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h470 std::vector<CGProfileEntry> CGProfile; variable
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h77 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member
132 using Elf_CGProfile = typename ELFT::CGProfile; \
/openbsd/gnu/llvm/lld/ELF/
H A DDriver.cpp924 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations()
934 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
963 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles()
/openbsd/distrib/sets/lists/comp/
H A Dclang.amd642666 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.arm642666 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.armv72664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.i3862664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.loongson2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.macppc2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.octeon2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.powerpc642664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.sparc642665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
H A Dclang.riscv642664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5559 llvm/include/llvm/Transforms/Instrumentation/CGProfile.h