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