Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp113 uint64_t SegmentSize = alignTo(Seg.getContentSize() + Seg.getZeroFillSize(), in allocate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp113 uint64_t SegmentSize = alignTo(Seg.getContentSize() + Seg.getZeroFillSize(), in allocate() local
/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h64 static constexpr uint64_t SegmentSize = nearest_boundary( variable
/external/llvm/lib/MC/
DMCCodeView.cpp182 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp363 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp363 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
/external/ImageMagick/MagickCore/
Dmemory.c113 #define SegmentSize (2*1024*1024) macro
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h419 uint64_t SegmentSize = Seg.getContentSize() + Seg.getZeroFillSize(); in allocateHostBlocks() local
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp396 uint64_t SegmentSize = ZeroFillStart + Seg.getZeroFillSize(); in allocate() local