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.h57 ProcessFunctionHookFn; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp713 ProcessFunctionHookFn; member in llvm::SlotTracker
897 if (ProcessFunctionHookFn) in getMachine()
898 Machine->setProcessHook(ProcessFunctionHookFn); in getMachine()
930 ProcessFunctionHookFn = Fn; in setProcessHook()
1086 if (ProcessFunctionHookFn) in processFunction()
1087 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
1216 ProcessFunctionHookFn = Fn; in setProcessHook()