Home
last modified time | relevance | path

Searched defs:SegInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp29 struct SegInfo { struct in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
30 SegInfo() : WorkingMem(nullptr), ContentSize(0), ZeroFillSize(0) {} in SegInfo() function
32 char *WorkingMem;
33 ExecutorAddr Addr;
34 uint64_t ContentSize;
35 uint64_t ZeroFillSize;
157 auto &SegInfo = SegInfos[AG]; in completeAllocation() local
H A DEPCIndirectionUtils.cpp120 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in grow() local
306 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in writeResolverBlock() local
H A DDebugObjectManagerPlugin.cpp341 auto SegInfo = Alloc->getSegInfo(MemProt::Read); in finalizeWorkingMemory() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h32 struct SegInfo { struct
33 ExecutorAddrDiff Offset;
34 const char *WorkingMem;
35 size_t ContentSize;
36 size_t ZeroFillSize;
37 AllocGroup AG;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3342 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups() local
3387 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext() local