/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFCommon.h | 36 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 D | MSFBuilder.h | 135 uint32_t BlockSize; variable
|
H A D | MappedBlockStream.h | 88 const uint32_t BlockSize; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 189 return BlockSize < PageSize / 16U; in isLargeBlock() argument 140 const uptr BlockSize = getSizeByClassId(I); verifyAllBlocksAreReleasedTestOnly() local 159 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); verifyAllBlocksAreReleasedTestOnly() local 184 isSmallBlock(uptr BlockSize) isSmallBlock() argument 306 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); iterateOverBlocks() local 874 const uptr BlockSize = getSizeByClassId(ClassId); getStats() local 896 const uptr BlockSize = getSizeByClassId(ClassId); getSizeClassFragmentationInfo() local 947 const uptr BlockSize = getSizeByClassId(ClassId); global() variable 1006 hasChanceToReleasePages(SizeClassInfo * Sci,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument 1068 markFreeBlocks(SizeClassInfo * Sci,const uptr ClassId,const uptr BlockSize,const uptr Base,const uptr NumberOfRegions,ReleaseToOS ReleaseType) markFreeBlocks() argument [all...] |
H A D | primary64.h | 186 const uptr BlockSize = getSizeByClassId(I); verifyAllBlocksAreReleasedTestOnly() local 203 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); verifyAllBlocksAreReleasedTestOnly() local 367 const uptr BlockSize = getSizeByClassId(I); iterateOverBlocks() local 611 isSmallBlock(uptr BlockSize) isSmallBlock() argument 616 isLargeBlock(uptr BlockSize) isLargeBlock() argument 1072 const uptr BlockSize = getSizeByClassId(ClassId); getStats() local 1099 const uptr BlockSize = getSizeByClassId(ClassId); getRegionFragmentationInfo() local 1146 const uptr BlockSize = getSizeByClassId(ClassId); global() variable 1229 hasChanceToReleasePages(RegionInfo * Region,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument 1294 collectGroupsToRelease(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase) collectGroupsToRelease() argument 1460 markFreeBlocks(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase,SinglyLinkedList<BatchGroupT> & GroupsToRelease) markFreeBlocks() argument [all...] |
H A D | release.h | 391 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { in BlockSize() function 611 uptr BlockSize; member 632 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local
|
H A D | common.h | 199 uptr BlockSize; global() member
|
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdtypes.h | 44 bit32 BlockSize; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 140 // Creates a T, TT, TTT or TTTT BlockMask depending on BlockSize. in GetInitialBlockMask() argument 172 unsigned BlockSize; CreateVPTBlock() local [all...] |
H A D | ARMTargetTransformInfo.h | 342 isVREVMask(ArrayRef<int> M,EVT VT,unsigned BlockSize) isVREVMask() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 43 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream() 51 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() 309 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream() 315 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
|
H A D | MSFBuilder.cpp | 40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder() 52 uint32_t BlockSize, in create() 353 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
|
/freebsd-src/sbin/dump/ |
H A D | cache.c | 46 static int BlockSize; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.cpp | 109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
|
H A D | MachOLinkGraphBuilder.cpp | 531 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local 671 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 101 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.h | 32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 136 unsigned BlockSize = 0; in ComputeBlockSizes() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 216 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); getParamPointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | TarWriter.cpp | 33 static const int BlockSize = 512; variable
|
/freebsd-src/stand/efi/include/ |
H A D | efifs.h | 42 UINT32 BlockSize; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 49 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
|
H A D | LinePrinter.cpp | 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 278 CharUnits BlockSize; global() variable
|