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.cpp30 struct SegInfo { struct in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
31 SegInfo() : WorkingMem(nullptr), ContentSize(0), ZeroFillSize(0) {} in SegInfo() argument
33 char *WorkingMem;
34 ExecutorAddr Addr;
35 uint64_t ContentSize;
36 uint64_t ZeroFillSize;
158 auto &SegInfo = SegInfos[AG]; in completeAllocation() local
H A DEPCIndirectionUtils.cpp120 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in grow() local
305 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in writeResolverBlock() local
H A DDebugObjectManagerPlugin.cpp342 auto SegInfo = Alloc->getSegInfo(MemProt::Read); in finalizeWorkingMemory() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h31 struct SegInfo { struct
32 ExecutorAddrDiff Offset;
33 const char *WorkingMem;
34 size_t ContentSize;
35 size_t ZeroFillSize;
36 AllocGroup AG;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3343 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups() local
3388 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext() local