Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h314 using OnCreatedFunction = unique_function<void(Expected<SimpleSegmentAlloc>)>; variable
320 SegmentMap Segments, OnCreatedFunction OnCreated);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp147 OnCreatedFunction OnCreated) { in Create()