Home
last modified time | relevance | path

Searched refs:SegmentMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h251 using SegmentMap = orc::AllocGroupSmallMap<Segment>;
272 iterator_range<SegmentMap::iterator> segments() { in segments()
286 SegmentMap Segments;
317 using SegmentMap = orc::AllocGroupSmallMap<Segment>; variable
327 SegmentMap Segments, OnCreatedFunction OnCreated);
332 const JITLinkDylib *JD, SegmentMap Segments);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp149 SegmentMap Segments, in Create()
208 Triple TT, const JITLinkDylib *JD, SegmentMap Segments) { in Create()