Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h71 setNotifyEmitted(NotifyEmittedFunction NotifyEmitted) { in setNotifyEmitted() argument
72 this->NotifyEmitted = std::move(NotifyEmitted); in setNotifyEmitted()
146 NotifyEmittedFunction NotifyEmitted; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h71 setNotifyEmitted(NotifyEmittedFunction NotifyEmitted) { in setNotifyEmitted() argument
72 this->NotifyEmitted = std::move(NotifyEmitted); in setNotifyEmitted()
131 NotifyEmittedFunction NotifyEmitted; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp258 if (NotifyEmitted) in onObjEmit()
259 NotifyEmitted(K, std::move(ObjBuffer)); in onObjEmit()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp301 if (NotifyEmitted) in onObjEmit()
302 NotifyEmitted(R, std::move(ObjBuffer)); in onObjEmit()