Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp154 class CFGuard : public FunctionPass { class
161 CFGuard(CFGuardImpl::Mechanism M) : FunctionPass(ID), Impl(M) { in CFGuard() function in __anon74a8d86b0111::CFGuard
310 char CFGuard::ID = 0;
311 INITIALIZE_PASS(CFGuard, "CFGuard", "CFGuard", false, false)
314 return new CFGuard(CFGuardPass::Mechanism::Check); in createCFGuardCheckPass()
318 return new CFGuard(CFGuardPass::Mechanism::Dispatch); in createCFGuardDispatchPass()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1706 SRCS_MIN+= Transforms/CFGuard/CFGuard.cpp
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist761 llvm/lib/Transforms/CFGuard/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td1003 // The CFGuard check call takes exactly one integer argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3772 def CFGuard : InheritableAttr, TargetSpecificAttr<TargetWindows> {