Home
last modified time | relevance | path

Searched refs:StackProtectorGuard (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h428 std::string StackProtectorGuard; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1371 if (!getCodeGenOpts().StackProtectorGuard.empty()) in Release()
1372 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard); in Release()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td5286 MarshallingInfoString<CodeGenOpts<"StackProtectorGuard">>;