Home
last modified time | relevance | path

Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h27 struct PGOOptions { struct
39 PGOOptions(const PGOOptions &); argument
41 PGOOptions &operator=(const PGOOptions &); argument
30 CSPGOActionPGOOptions global() argument
42 CSProfileGenFilePGOOptions global() argument
43 ProfileRemappingFilePGOOptions global() argument
44 MemoryProfilePGOOptions global() argument
45 ActionPGOOptions global() argument
46 CSActionPGOOptions global() argument
47 DebugInfoForProfilingPGOOptions global() argument
48 PseudoProbeForProfilingPGOOptions global() argument
49 AtomicCounterUpdatePGOOptions global() argument
50 FSPGOOptions global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions
[all...]