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