Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h29 class FunctionCallee; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h170 FunctionCallee(T *Fn) in FunctionCallee() function
173 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function
178 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp181 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
H A DHWAddressSanitizer.cpp457 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat() argument
H A DMemorySanitizer.cpp653 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionCallee; variable