Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h74 setNotifyEmitted(NotifyEmittedFunction NotifyEmitted) { in setNotifyEmitted() argument
75 this->NotifyEmitted = std::move(NotifyEmitted); in setNotifyEmitted()
150 NotifyEmittedFunction NotifyEmitted; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp383 if (NotifyEmitted) in onObjEmit()
384 NotifyEmitted(R, std::move(ObjBuffer)); in onObjEmit()