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