Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h57 ProcessFunctionHookFn; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp706 ProcessFunctionHookFn; member in llvm::SlotTracker
890 if (ProcessFunctionHookFn) in getMachine()
891 Machine->setProcessHook(ProcessFunctionHookFn); in getMachine()
923 ProcessFunctionHookFn = Fn; in setProcessHook()
1079 if (ProcessFunctionHookFn) in processFunction()
1080 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
1195 ProcessFunctionHookFn = Fn; in setProcessHook()