Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp30 SegInfo() : WorkingMem(nullptr), ContentSize(0), ZeroFillSize(0) {} struct in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
158 SegInfo.ContentSize = Seg.ContentSize; in completeAllocation() local
31 SegInfollvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo SegInfo() argument
33 WorkingMemllvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo global() argument
34 Addrllvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo global() argument
35 ContentSizellvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo global() argument
36 ZeroFillSizellvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo global() argument
H A DEPCIndirectionUtils.cpp120 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in grow() local
305 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); writeResolverBlock() local
H A DDebugObjectManagerPlugin.cpp342 memcpy(SegInfo.WorkingMem.data(), Buffer->getBufferStart(), Size); in finalizeWorkingMemory() local
/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;
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp122 auto SegInfo = SSA->getSegInfo(MemProt::Read); TEST() local
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp809 auto &SegInfo = BL.segments().begin()->second; TEST() local
/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp2039 __anonf969dad60e02(SegmentInfo &SegInfo) parseMMapEvents() argument
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3343 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups() local
3388 SegmentOffset = SegInfo.Header.page_size * PageIndex + PageOffset; in moveNext() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp2021 const SegmentInfo &SegInfo = KV.second; getBaseAddressForMapping() local
[all...]