Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h74 setNotifyEmitted(NotifyEmittedFunction NotifyEmitted) { in setNotifyEmitted() argument
75 this->NotifyEmitted = std::move(NotifyEmitted); in setNotifyEmitted()
149 NotifyEmittedFunction NotifyEmitted; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp304 if (NotifyEmitted) in onObjEmit()
305 NotifyEmitted(R, std::move(ObjBuffer)); in onObjEmit()