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