Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h25 class FunctionCallee; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h169 FunctionCallee(T *Fn) in FunctionCallee() function
172 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function
177 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp195 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
H A DHWAddressSanitizer.cpp387 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat() argument
H A DMemorySanitizer.cpp619 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h16 class FunctionCallee; variable