Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance
28 struct PGOOptions { struct32 LLVM_ABI PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument44 LLVM_ABI PGOOptions &operator=(const PGOOptions &); argument46 std::string ProfileFile;47 std::string CSProfileGenFile;48 std::string ProfileRemappingFile;49 std::string MemoryProfile;50 PGOAction Action;51 CSPGOAction CSAction;52 ColdFuncOpt ColdOptType;[all …]
14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions