Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h58 ProcessFunctionHookFn; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp771 ProcessFunctionHookFn; member in llvm::SlotTracker
955 if (ProcessFunctionHookFn) in getMachine()
956 Machine->setProcessHook(ProcessFunctionHookFn); in getMachine()
988 ProcessFunctionHookFn = Fn; in setProcessHook()
1144 if (ProcessFunctionHookFn) in processFunction()
1145 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
1281 ProcessFunctionHookFn = Fn; in setProcessHook()