Searched defs:PGOOptions (Results 1 – 1 of 1) 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;