Searched defs:PGOOptions (Results 1 – 1 of 1) sorted by relevance
35 struct PGOOptions { struct38 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument43 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()76 std::string ProfileFile;77 std::string CSProfileGenFile;78 std::string ProfileRemappingFile;79 PGOAction Action;80 CSPGOAction CSAction;81 bool DebugInfoForProfiling;82 bool PseudoProbeForProfiling;