/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 127 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 D | MCELFStreamer.cpp | 386 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 D | MCWinCOFFStreamer.cpp | 343 getAssembler().CGProfile.push_back({From, To, Count}); in emitCGProfileEntry() 355 for (MCAssembler::CGProfileEntry &E : getAssembler().CGProfile) { in finalizeCGProfile()
|
H A D | MachObjectWriter.cpp | 779 if (!Asm.CGProfile.empty()) { in writeObject() 787 for (const MCAssembler::CGProfileEntry &CGPE : Asm.CGProfile) { in writeObject()
|
H A D | WinCOFFObjectWriter.cpp | 662 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 D | CMakeLists.txt | 4 CGProfile.cpp
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/ |
H A D | BUILD.gn | 15 "CGProfile.cpp",
|
/openbsd/gnu/usr.bin/clang/libLLVMInstrumentation/ |
H A D | Makefile | 10 CGProfile.cpp \
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 107 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 D | MCAssembler.h | 470 std::vector<CGProfileEntry> CGProfile; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 77 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member 132 using Elf_CGProfile = typename ELFT::CGProfile; \
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Driver.cpp | 924 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 D | clang.amd64 | 2666 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.arm64 | 2666 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.armv7 | 2664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.i386 | 2664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.loongson | 2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.macppc | 2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.octeon | 2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.powerpc64 | 2664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.sparc64 | 2665 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
H A D | clang.riscv64 | 2664 ./usr/include/llvm/Transforms/Instrumentation/CGProfile.h
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 5559 llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
|