Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DPGOOptions.h22 struct PGOOptions { struct
25 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
30 : 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;