Searched refs:DstKey (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 83 virtual void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 201 void handleTransferResources(JITDylib &JD, ResourceKey DstKey, 225 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|
H A D | DebuggerSupportPlugin.h |
|
H A D | DebugObjectManagerPlugin.h | 82 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|
H A D | RTDyldObjectLinkingLayer.h | 143 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
|
H A D | COFFPlatform.h | 115 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
H A D | ELFNixPlatform.h | 153 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
H A D | MachOPlatform.h | 218 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.cpp | 156 ResourceKey DstKey, in notifyTransferringResources() argument 163 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 772 ResourceKey DstKey, in handleTransferResources() argument 777 auto &DstAllocs = Allocs[DstKey]; in handleTransferResources() 788 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources() 865 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument 870 auto DI = EHFrameRanges.find(DstKey); in notifyTransferringResources() 883 EHFrameRanges[DstKey] = std::move(Tmp); in notifyTransferringResources()
|
H A D | RTDyldObjectLinkingLayer.cpp | 426 ResourceKey DstKey, in handleTransferResources() argument 431 auto &DstMemMgrs = MemMgrs[DstKey]; in handleTransferResources()
|
H A D | DebugObjectManagerPlugin.cpp | 495 ResourceKey DstKey, in notifyTransferringResources() argument 505 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()
|
H A D | DebuggerSupportPlugin.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 42 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|