Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h319 using OnCreatedFunction = unique_function<void(Expected<SimpleSegmentAlloc>)>; variable
327 SegmentMap Segments, OnCreatedFunction OnCreated);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp150 OnCreatedFunction OnCreated) { in Create()