Home
last modified time | relevance | path

Searched refs:FuncOrBitcast (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp130 Function *llvm::checkSanitizerInterfaceFunction(Constant *FuncOrBitcast) { in checkSanitizerInterfaceFunction() argument
131 if (isa<Function>(FuncOrBitcast)) in checkSanitizerInterfaceFunction()
132 return cast<Function>(FuncOrBitcast); in checkSanitizerInterfaceFunction()
133 FuncOrBitcast->print(errs()); in checkSanitizerInterfaceFunction()
137 Stream << "Sanitizer interface function redefined: " << *FuncOrBitcast; in checkSanitizerInterfaceFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h47 Function *checkSanitizerInterfaceFunction(Constant *FuncOrBitcast);