Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h64 Error notifyRemoving(ResourceTracker &RT) override;
H A DELFNixPlatform.h113 Error notifyRemoving(ResourceTracker &RT) override;
H A DMachOPlatform.h166 Error notifyRemoving(ResourceTracker &RT) override;
H A DCore.h1381 virtual Error notifyRemoving(ResourceTracker &RT) = 0;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp201 Error ELFNixPlatform::notifyRemoving(ResourceTracker &RT) { in addAliases()
190 Error ELFNixPlatform::notifyRemoving(ResourceTracker &RT) { notifyRemoving() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp340 Error COFFPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::COFFPlatform
H A DLLJIT.cpp98 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() function in __anonc48a5abb0111::GenericLLVMIRPlatform
H A DMachOPlatform.cpp395 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::MachOPlatform