Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance
22 struct PGOOptions { struct25 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument30 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()55 std::string ProfileFile;56 std::string CSProfileGenFile;57 std::string ProfileRemappingFile;58 PGOAction Action;59 CSPGOAction CSAction;60 bool DebugInfoForProfiling;61 bool PseudoProbeForProfiling;
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;