Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h27 struct PGOOptions { struct
31 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
41 PGOOptions &operator=(const PGOOptions &); argument
43 std::string ProfileFile;
44 std::string CSProfileGenFile;
45 std::string ProfileRemappingFile;
46 std::string MemoryProfile;
47 PGOAction Action;
48 CSPGOAction CSAction;
49 ColdFuncOpt ColdOptType;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions