Home
last modified time | relevance | path

Searched defs:FunctionCallee (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h29 class FunctionCallee; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h173 FunctionCallee(T *Fn) in FunctionCallee() function
176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function
181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp180 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
H A DHWAddressSanitizer.cpp501 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat() argument
H A DNumericalStabilitySanitizer.cpp582 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in run() argument
H A DMemorySanitizer.cpp683 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionCallee; variable