/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | profile_collector_test.cpp | 61 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 D | MappedBlockStream.cpp | 44 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 D | MSFBuilder.cpp | 39 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 D | MVEVPTBlockPass.cpp | 141 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask() 173 unsigned BlockSize; in CreateVPTBlock() local
|
H A D | ARMTargetTransformInfo.h | 334 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | release.h | 329 uptr BlockSize; member 350 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local 420 uptr RegionSize, uptr NumberOfRegions, uptr BlockSize, in releaseFreeMemoryToOS()
|
H A D | common.h | 188 uptr BlockSize; member
|
H A D | primary64.h | 187 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local 656 const uptr BlockSize = getSizeByClassId(ClassId); variable
|
H A D | primary32.h | 218 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 D | DWARFRecordSectionSplitter.cpp | 109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
|
H A D | MachOLinkGraphBuilder.cpp | 521 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 D | MachOLayoutBuilder.h | 32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 100 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 200 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 136 unsigned BlockSize = 0; in ComputeBlockSizes() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | TarWriter.cpp | 33 static const int BlockSize = 512; variable
|
/openbsd-src/sys/stand/efi/include/ |
H A D | efifs.h | 43 UINT32 BlockSize; member
|
H A D | efiprot.h | 94 UINT32 BlockSize; member 325 UINT32 BlockSize; member
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 46 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
|
H A D | LinePrinter.cpp | 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | quarantine_test.cpp | 17 static const scudo::uptr BlockSize = 8UL; variable
|