Searched refs:StackProtectorGuard (Results 1 – 3 of 3) sorted by relevance
415 std::string StackProtectorGuard; variable
1295 if (!getCodeGenOpts().StackProtectorGuard.empty()) in Release()1296 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard); in Release()
5012 MarshallingInfoString<CodeGenOpts<"StackProtectorGuard">>;