Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
309 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in writeResolverBlock() local
H A DDebugObjectManagerPlugin.cpp356 auto SegInfo = Alloc->getSegInfo(MemProt::Read); in finalizeWorkingMemory() local
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3336 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups() local
3381 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext() local