Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h103 Error notifyRemoving(ResourceTracker &RT) override;
H A DCore.h1211 virtual Error notifyRemoving(ResourceTracker &RT) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp178 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::MachOPlatform
H A DLLJIT.cpp94 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() function in __anon09f517660111::GenericLLVMIRPlatform