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