Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance
27 struct PGOOptions { struct31 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument41 PGOOptions &operator=(const PGOOptions &); argument43 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 …]
14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions