Name Date Size #Lines LOC

..--

Inputs/H25-Apr-2025-504432

READMEH A D25-Apr-2025859 1712

c-avoid-direct-call.cH A D25-Apr-2025365 125

c-captured.cH A D25-Apr-20252.3 KiB6018

c-counter-overflows.cH A D25-Apr-20251.9 KiB5019

c-general.cH A D25-Apr-202519.5 KiB563184

c-generate.cH A D25-Apr-2025947 163

c-indirect-call.cH A D25-Apr-2025681 175

c-linkage-available_externally.cH A D25-Apr-2025684 124

c-linkage.cH A D25-Apr-2025889 2711

c-outdated-data.cH A D25-Apr-2025825 2915

c-unprofiled-blocks.cH A D25-Apr-20251.9 KiB7031

c-unprofiled.cH A D25-Apr-20251,005 2712

c-unreachable-after-switch.cH A D25-Apr-2025540 166

cxx-class.cppH A D25-Apr-20252.9 KiB7923

cxx-implicit.cppH A D25-Apr-20251.5 KiB5227

cxx-indirect-call.cppH A D25-Apr-2025723 227

cxx-lambda.cppH A D25-Apr-20252.3 KiB5915

cxx-linkage.cppH A D25-Apr-2025863 2611

cxx-rangefor.cppH A D25-Apr-20251.6 KiB4516

cxx-structors.cppH A D25-Apr-2025687 3315

cxx-templates.cppH A D25-Apr-20251.9 KiB438

cxx-throws.cppH A D25-Apr-20253.5 KiB9428

cxx-virtual-destructor-calls.cppH A D25-Apr-20251.1 KiB3811

def-assignop.cppH A D25-Apr-20251.2 KiB3214

def-ctors.cppH A D25-Apr-20251.3 KiB3716

def-dtors.cppH A D25-Apr-20251 KiB3115

func-entry.cH A D25-Apr-2025574 207

gcc-flag-compatibility.cH A D25-Apr-20252.2 KiB437

objc-general.mH A D25-Apr-20252.5 KiB7661

profile-does-not-exist.cH A D25-Apr-2025217 50

profile-summary.cH A D25-Apr-2025571 2616

README

1These are tests for instrumentation based profiling.  This specifically means
2the -fprofile-instr-generate and -fprofile-instr-use driver flags.
3
4Tests in this directory should usually test both:
5
6  - the generation of instrumentation (-fprofile-instr-generate), and
7  - the use of profile data from instrumented runs (-fprofile-instr-use).
8
9In order to test -fprofile-instr-use without actually running an instrumented
10program, .profdata files are checked into Inputs/.
11
12The input source files must include a main function such that building with
13-fprofile-instr-generate and running the resulting program generates the same
14.profdata file that is consumed by the tests for -fprofile-instr-use.  Even
15tests that only check -fprofile-instr-use should include such a main function,
16so that profile data can be regenerated as the .profdata file format evolves.
17