Searched refs:setKCFIType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 49 void setKCFIType(Module &M, Function &F, StringRef MangledType);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 158 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 D | CodeGenModule.h | 1557 void setKCFIType(const FunctionDecl *FD, llvm::Function *F);
|
H A D | CodeGenModule.cpp | 2784 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 D | GCOVProfiling.cpp | 1000 setKCFIType(*M, *F, MangledType); in createInternalFunction()
|