Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.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()
/netbsd-src/external/apache2/llvm/dist/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 DOrcRPCTargetProcessControl.h152 const SegmentsRequestMap &Request) override { in allocate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp21 const SegmentsRequestMap &Request) { in allocate()
H A DJITLinkGeneric.cpp243 JITLinkMemoryManager::SegmentsRequestMap Segments; in allocateSegments()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp345 allocate(const JITLinkDylib *JD, const SegmentsRequestMap &Request) override { in allocate()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst673 allocate(const JITLinkDylib *JD, const SegmentsRequestMap &Request) = 0;