Searched defs:notifyLoaded (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | ObjectLinkingLayer.h | 77 virtual void notifyLoaded(MaterializationResponsibility &MR) {} notifyLoaded() function |
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ | ||
H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 73 void notifyLoaded(MaterializationResponsibility &MR) override { in notifyLoaded() function in MyPlugin |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ObjectLinkingLayer.cpp | 359 void notifyLoaded() { notifyLoaded() function in llvm::orc::ObjectLinkingLayerJITLinkContext |