HomeSort by: relevance | last modified time | path
    Searched defs:notifyEmitted (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 83 virtual Error notifyEmitted(MaterializationResponsibility &MR) {
189 Error notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc);
212 Error notifyEmitted(MaterializationResponsibility &MR) override;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp 435 Error DebugObjectManagerPlugin::notifyEmitted(
461 // Once our tracking info is updated, notifyEmitted() can return and
ObjectLinkingLayer.cpp 303 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) {
308 if (auto Err = MR->notifyEmitted()) {
629 Error ObjectLinkingLayer::notifyEmitted(MaterializationResponsibility &MR,
633 Err = joinErrors(std::move(Err), P->notifyEmitted(MR));
704 Error EHFrameRegistrationPlugin::notifyEmitted(

Completed in 32 milliseconds