/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
H A D | get_error_info_fuzzer.cpp | 30 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local 31 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput() 50 Memory, MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
|
/llvm-project/llvm/test/ObjectYAML/wasm/ |
H A D | dylink_section.yaml | 9 MemorySize: 4 21 # CHECK: MemorySize: 4
|
/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 61 size_t FunctionInfo::MemorySize() const { in MemorySize() function in FunctionInfo 62 return m_name.MemorySize() + m_declaration.MemorySize(); in MemorySize() 118 size_t InlineFunctionInfo::MemorySize() const { in MemorySize() function in InlineFunctionInfo 119 return FunctionInfo::MemorySize() + m_mangled.MemorySize(); in MemorySize() 523 size_t Function::MemorySize() const { in GetDisplayName() 524 size_t mem_size = sizeof(Function) + m_block.MemorySize(); 496 size_t Function::MemorySize() const { MemorySize() function in Function
|
H A D | VariableList.cpp | 157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList 161 mem_size += (*pos)->MemorySize(); in MemorySize()
|
H A D | Block.cpp | 384 size_t Block::MemorySize() const { in AddRange() 387 mem_size += m_inlineInfoSP->MemorySize(); in AddRange() 389 mem_size += m_variable_list_sp->MemorySize(); in AddRange() 392 size_t Block::MemorySize() const { MemorySize() function in Block
|
/llvm-project/lld/test/wasm/ |
H A D | shared-needed.s | 38 # SO1-NEXT: MemorySize: 0 48 # SO2-NEXT: MemorySize: 4
|
H A D | shared-weak-undefined.s | 50 # CHECK-NEXT: MemorySize: 0
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 378 unsigned MemorySize = Map.getMemorySize(); in TEST() local 387 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 398 EXPECT_NE(MemorySize, Map.getMemorySize()); in TEST() 415 unsigned MemorySize = Map.getMemorySize(); in TEST() local 424 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 458 unsigned MemorySize = Map.getMemorySize(); in TEST() local 467 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseMapTest.cpp | 393 unsigned MemorySize = Map.getMemorySize(); in TEST() local 401 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 413 EXPECT_NE(MemorySize, Map.getMemorySize()); in TEST() 431 unsigned MemorySize = Map.getMemorySize(); in TEST() local 439 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 475 unsigned MemorySize = Map.getMemorySize(); in TEST() local 482 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
|
H A D | DenseSetTest.cpp | 209 unsigned MemorySize = Set.getMemorySize(); in TEST() local 215 EXPECT_EQ(MemorySize, Set.getMemorySize()); in TEST()
|
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | PluginInterface.cpp | 57 size_t MemorySize = 0; 106 MemorySize = 0; in preAllocateVAMemory() 130 MemorySize = 0; in preAllocateHeuristic() 138 MemorySize += MemoryOffset; in preAllocateHeuristic() 176 WritableMemoryBuffer::getNewUninitMemBuffer(MemorySize); in dumpDeviceMemory() 181 MemoryStart, MemorySize, nullptr); in dumpDeviceMemory() 185 StringRef DeviceMemory(DeviceMemoryMB.get()->getBufferStart(), MemorySize); in dumpDeviceMemory() 285 JsonKernelInfo["DeviceMemorySize"] = MemorySize; in saveKernelDescr() 332 MemorySize += AlignedSize; in init() 1806 int64_t MemorySize, in data_notify_mapped() 53 size_t MemorySize = 0; global() member 1704 initialize_record_replay(int32_t DeviceId,int64_t MemorySize,void * VAddr,bool isRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) initialize_record_replay() argument [all...] |
/llvm-project/llvm/test/tools/llvm-nm/wasm/ |
H A D | dylink.yaml | 13 MemorySize: 15
|
/llvm-project/llvm/test/tools/llvm-objdump/wasm/ |
H A D | dylink-symbol-table.yaml | 14 MemorySize: 15
|
/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 228 size_t FileSpecList::MemorySize() const { 232 mem_size += pos->MemorySize(); 190 size_t FileSpecList::MemorySize() const { MemorySize() function in FileSpecList
|
H A D | FileSpec.cpp | 413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec 414 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
|
/llvm-project/lldb/source/Core/ |
H A D | Mangled.cpp | 383 size_t Mangled::MemorySize() const { in MemorySize() 384 return m_mangled.MemorySize() + m_demangled.MemorySize(); 381 size_t Mangled::MemorySize() const { MemorySize() function in Mangled
|
H A D | Declaration.cpp | 56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
/llvm-project/offload/src/ |
H A D | interface.cpp | 404 /// \param MemorySize The number of bytes to be (pre-)allocated in __tgt_target_kernel_replay() 410 EXTERN int __tgt_activate_record_replay(int64_t DeviceId, uint64_t MemorySize, in __tgt_target_kernel_replay() 421 *DeviceOrErr, MemorySize, VAddr, IsRecord, SaveOutput, ReqPtrArgOffset); in __tgt_target_kernel_replay() 365 __tgt_activate_record_replay(int64_t DeviceId,uint64_t MemorySize,void * VAddr,bool IsRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) __tgt_activate_record_replay() argument
|
H A D | private.h | 29 extern int target_activate_rr(DeviceTy &Device, uint64_t MemorySize,
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | VariableList.h | 65 size_t MemorySize() const;
|
H A D | Function.h | 113 virtual size_t MemorySize() const; 239 size_t MemorySize() const override; 604 size_t MemorySize() const;
|
H A D | Variable.h | 86 size_t MemorySize() const;
|
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | VulkanRuntime.cpp |
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 59 DylinkSec->MemorySize = Info.MemorySize; in dumpCustomSection()
|
/llvm-project/libc/test/src/__support/ |
H A D | memory_size_test.cpp | 1 //===-- Unittests for MemorySize ------------------------------------------===//
|