Home
last modified time | relevance | path

Searched refs:SegmentsRequestMap (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h55 using SegmentsRequestMap = DenseMap<unsigned, SegmentRequest>; variable
108 allocate(const JITLinkDylib *JD, const SegmentsRequestMap &Request) = 0;
115 allocate(const JITLinkDylib *JD, const SegmentsRequestMap &Request) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp109 jitlink::JITLinkMemoryManager::SegmentsRequestMap Request; in grow()
294 jitlink::JITLinkMemoryManager::SegmentsRequestMap Request; in writeResolverBlock()
363 jitlink::JITLinkMemoryManager::SegmentsRequestMap Request; in getIndirectStubs()
H A DDebugObjectManagerPlugin.cpp333 JITLinkMemoryManager::SegmentsRequestMap SingleReadOnlySegment; in finalizeWorkingMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h338 using SegmentsRequestMap = variable
347 const SegmentsRequestMap &Request) { in Create()
389 Error allocateHostBlocks(const SegmentsRequestMap &Request) { in allocateHostBlocks()
498 calcTotalAllocSize(const SegmentsRequestMap &Request, in calcTotalAllocSize()
539 const SegmentsRequestMap &Request) override { in allocate()
H A DOrcRPCExecutorProcessControl.h152 const SegmentsRequestMap &Request) override { in allocate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp21 const SegmentsRequestMap &Request) { in allocate()
H A DJITLinkGeneric.cpp243 JITLinkMemoryManager::SegmentsRequestMap Segments; in allocateSegments()