Lines Matching defs:JD
116 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD,
118 : MemMgr(MemMgr), JD(JD), ES(ES), Flags(DebugObjectFlags{}) {}
151 const JITLinkDylib *JD = nullptr;
208 const JITLinkDylib *JD, ExecutionSession &ES);
214 JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD,
216 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) {
253 const JITLinkDylib *JD, ExecutionSession &ES) {
258 new ELFDebugObject(CopyBuffer(Buffer, Err), MemMgr, JD, ES));
335 MemMgr, ES.getSymbolStringPool(), ES.getTargetTriple(), JD,
493 void DebugObjectManagerPlugin::notifyTransferringResources(JITDylib &JD,
509 Error DebugObjectManagerPlugin::notifyRemovingResources(JITDylib &JD,