Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h109 Error notifyRemoving(ResourceTracker &RT) override;
H A DCore.h1225 virtual Error notifyRemoving(ResourceTracker &RT) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp94 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() function in __anon11530eef0111::GenericLLVMIRPlatform
H A DMachOPlatform.cpp219 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::MachOPlatform