Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h103 Error notifyRemoving(ResourceTracker &RT) override;
DCore.h1206 virtual Error notifyRemoving(ResourceTracker &RT) = 0;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp178 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving() function in llvm::orc::MachOPlatform
DLLJIT.cpp93 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() function in __anon266705120111::GenericLLVMIRPlatform