Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() function
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h31 struct SegInfo { struct
32 ExecutorAddrDiff Offset;
33 const char *WorkingMem;
34 size_t ContentSize;
35 size_t ZeroFillSize;
36 AllocGroup AG;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h31 struct SegInfo { struct
32 ExecutorAddrDiff Offset;
33 const char *WorkingMem;
34 size_t ContentSize;
35 size_t ZeroFillSize;
36 AllocGroup AG;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h31 struct SegInfo { struct
32 ExecutorAddrDiff Offset;
33 const char *WorkingMem;
34 size_t ContentSize;
35 size_t ZeroFillSize;
36 AllocGroup AG;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h31 struct SegInfo { struct
32 ExecutorAddrDiff Offset;
33 const char *WorkingMem;
34 size_t ContentSize;
35 size_t ZeroFillSize;
36 AllocGroup AG;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp3336 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups() local
3381 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9116 class SegInfo { class
9140 SegInfo::SegInfo(const object::MachOObjectFile *Obj) { in SegInfo() function in SegInfo