Home
last modified time | relevance | path

Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h28 struct PGOOptions { struct
32 LLVM_ABI PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
44 LLVM_ABI PGOOptions &operator=(const PGOOptions &); argument
46 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions