/llvm-project/libc/benchmarks/ |
H A D | LibcMemoryBenchmarkTest.cpp | 38 const size_t BufferSize = 8192; in TEST() local 46 const size_t BufferSize = 8192; in TEST() local 59 const size_t BufferSize = 8192; in TEST() local 67 const size_t BufferSize = 8192; in TEST() local 75 const size_t BufferSize = 8192; in TEST() local 83 const size_t BufferSize = 16; in TEST() local
|
H A D | LibcMemoryBenchmark.cpp | 24 getOffsetDistribution(size_t BufferSize, size_t MaxSizeValue, in getOffsetDistribution() 43 OffsetDistribution::OffsetDistribution(size_t BufferSize, size_t MaxSizeValue, in OffsetDistribution() 50 MismatchOffsetDistribution::MismatchOffsetDistribution(size_t BufferSize, in MismatchOffsetDistribution()
|
H A D | LibcMemoryBenchmark.h | 77 uint32_t BufferSize = 0; member 187 const size_t BufferSize; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FormattedStream.h | 90 if (size_t BufferSize = TheStream->GetBufferSize()) in setStream() local 200 if (size_t BufferSize = GetBufferSize()) in releaseStream() local
|
H A D | Format.h | 55 unsigned print(char *Buffer, unsigned BufferSize) const { in print()
|
H A D | circular_raw_ostream.h | 50 size_t BufferSize; variable
|
/llvm-project/compiler-rt/tools/gwp_asan/ |
H A D | stack_trace_compressor_fuzzer.cpp | 12 size_t BufferSize = kBytesForLargestVarInt * Size / sizeof(uintptr_t); in LLVMFuzzerTestOneInput() local
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 110 unsigned Executions, int BufferSize) { in chooseColor() 122 unsigned Executions, int BufferSize) { in tryChangeColor() 157 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second; in printWaitTimeEntry() local
|
/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
H A D | logging-modes.cpp | 38 printing_init(size_t BufferSize, size_t MaxBuffers, void *Config, in printing_init()
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | SimplePackedSerializationTest.cpp | 182 constexpr unsigned BufferSize = 6 + 8; // "hello\0" + sizeof(uint64_t) in TEST() local 206 constexpr unsigned BufferSize = sizeof(uint64_t); in TEST() local 227 constexpr unsigned BufferSize = sizeof(uint64_t); in TEST() local
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | small_type.pass.cpp | 19 constexpr std::size_t BufferSize = (sizeof(void*) * 3); variable
|
/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 464 Append(char * Start,char * End,char * & Buffer,unsigned & BufferSize,unsigned & BufferCapacity) Append() argument 491 SaveSourceLocation(SourceLocation Loc,char * & Buffer,unsigned & BufferSize,unsigned & BufferCapacity) SaveSourceLocation() argument 499 SavePointer(void * Ptr,char * & Buffer,unsigned & BufferSize,unsigned & BufferCapacity) SavePointer() argument [all...] |
/llvm-project/llvm/unittests/XRay/ |
H A D | FDRTraceWriterTest.cpp | 133 sizeof(BufferSize)); in TEST() local
|
/llvm-project/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 112 size_t BufferSize; member in __anonf253771a0111::InMemoryBuffer
|
/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 371 unsigned BufferSize = 0; variable
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_basic_logging.cpp | 59 size_t BufferSize = 0; member 372 XRayLogInitStatus basicLoggingInit(UNUSED size_t BufferSize, in basicLoggingInit()
|
H A D | xray_log_interface.cpp | 130 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers, in __xray_log_init()
|
H A D | xray_fdr_logging.cpp | 250 auto BufferSize = atomic_load(It->Extents, memory_order_acquire); in fdrIterator() local 658 auto BufferSize = FDRFlags.buffer_size; in fdrLoggingInit() local
|
H A D | xray_buffer_queue.h | 135 size_t BufferSize; variable
|
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 193 const int BufferSize; variable [all...] |
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | memtag_test.cpp | 70 uptr BufferSize = 0; member in scudo::MemtagTest
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 115 DWORD BufferSize = sizeof(Buffer); in lprofGetHostName() local
|
H A D | InstrProfilingWriter.c | 67 uint32_t BufferSize = VPBufferSize; in lprofCreateBufferIO() local
|
/llvm-project/libc/test/src/__support/ |
H A D | freelist_heap_test.cpp | 29 TEST_FOR_EACH_ALLOCATOR(TestCase,BufferSize) global() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 1291 uint64_t BufferSize = Data.getBufferSize(); getGlobalSymtabLocAndSize() local 1351 uint64_t BufferSize = Data.getBufferSize(); BigArchive() local
|