Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h49 void setKCFIType(Module &M, Function &F, StringRef MangledType);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp158 void llvm::setKCFIType(Module &M, Function &F, StringRef MangledType) { in setKCFIType() function in llvm
199 setKCFIType(M, *Ctor, "_ZTSFvvE"); // void (*)(void) in createSanitizerCtor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1557 void setKCFIType(const FunctionDecl *FD, llvm::Function *F);
H A DCodeGenModule.cpp2784 void CodeGenModule::setKCFIType(const FunctionDecl *FD, llvm::Function *F) { in setKCFIType() function in CodeGenModule
2915 setKCFIType(FD, F); in SetFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1000 setKCFIType(*M, *F, MangledType); in createInternalFunction()