Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h36 support::ulittle32_t BlockSize; member
131 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
135 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
155 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
H A DMSFBuilder.h135 uint32_t BlockSize; variable
H A DMappedBlockStream.h88 const uint32_t BlockSize; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp61 u32 BlockSize = 0; in ValidateBlock() local
75 u32 BlockSize = 0; in ParseBlockHeader() local
149 u32 BlockSize; in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp44 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
316 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
H A DMSFBuilder.cpp39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 uint32_t BlockSize, in create()
348 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp141 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
173 unsigned BlockSize; in CreateVPTBlock() local
H A DARMTargetTransformInfo.h334 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h329 uptr BlockSize; member
350 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local
420 uptr RegionSize, uptr NumberOfRegions, uptr BlockSize, in releaseFreeMemoryToOS()
H A Dcommon.h188 uptr BlockSize; member
H A Dprimary64.h187 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
656 const uptr BlockSize = getSizeByClassId(ClassId); variable
H A Dprimary32.h218 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
647 const uptr BlockSize = getSizeByClassId(ClassId); variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
H A DMachOLinkGraphBuilder.cpp521 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local
661 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp100 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.cpp200 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp136 unsigned BlockSize = 0; in ComputeBlockSizes() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTarWriter.cpp33 static const int BlockSize = 512; variable
/openbsd-src/sys/stand/efi/include/
H A Defifs.h43 UINT32 BlockSize; member
H A Defiprot.h94 UINT32 BlockSize; member
325 UINT32 BlockSize; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp46 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
H A DLinePrinter.cpp143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp17 static const scudo::uptr BlockSize = 8UL; variable

12