Searched defs:PGOOptions (Results 1 – 1 of 1) sorted by relevance
33 struct PGOOptions { struct36 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument39 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()61 std::string ProfileFile;62 std::string CSProfileGenFile;63 std::string ProfileRemappingFile;64 PGOAction Action;65 CSPGOAction CSAction;66 bool SamplePGOSupport;