Searched refs:notifyAdding (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h101 Error notifyAdding(JITDylib &JD, const MaterializationUnit &MU) override;
H A DCore.h1074 virtual Error notifyAdding(JITDylib &JD, const MaterializationUnit &MU) = 0;
1331 if (auto Err = P->notifyAdding(*this, *MU))
1365 if (auto Err = P->notifyAdding(*this, *MU))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp90 Error notifyAdding(JITDylib &JD, const MaterializationUnit &MU) override;
189 Error notifyAdding(JITDylib &JD, const MaterializationUnit &MU) { function in class:__anon3663::GenericLLVMIRPlatformSupport
471 Error GenericLLVMIRPlatform::notifyAdding(JITDylib &JD, function in class:__anon3663::GenericLLVMIRPlatform
473 return S.notifyAdding(JD, MU);
H A DMachOPlatform.cpp162 Error MachOPlatform::notifyAdding(JITDylib &JD, const MaterializationUnit &MU) { function in class:llvm::orc::MachOPlatform

Completed in 23 milliseconds