Home
last modified time | relevance | path

Searched refs:SignReturnAddressKeyValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h119 enum SignReturnAddressKeyValue { AKey, BKey }; enum
H A DCodeGenOptions.def361 ENUM_CODEGENOPT(SignReturnAddressKey, SignReturnAddressKeyValue, 1, AKey)
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp387 RASignKey == CodeGenOptions::SignReturnAddressKeyValue::AKey in CreateGlobalInitOrDestructFunction()
H A DTargetInfo.cpp5037 Key == CodeGenOptions::SignReturnAddressKeyValue::AKey in setTargetAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1306 CodeGenOptions::SignReturnAddressKeyValue::AKey); in ParseCodeGenArgs()
1309 CodeGenOptions::SignReturnAddressKeyValue::BKey); in ParseCodeGenArgs()