Home
last modified time | relevance | path

Searched refs:notifyRemoving (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h92 Error notifyRemoving(ResourceTracker &RT) override;
H A DELFNixPlatform.h107 Error notifyRemoving(ResourceTracker &RT) override;
H A DCore.h1323 virtual Error notifyRemoving(ResourceTracker &RT) = 0;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp186 Error ELFNixPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::ELFNixPlatform
H A DLLJIT.cpp95 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() function in __anon97b4e7eb0111::GenericLLVMIRPlatform
H A DMachOPlatform.cpp271 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::MachOPlatform