| /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/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/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
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| 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 | VariableList.h | 65 size_t MemorySize() const;
|
| H A D | Variable.h | 86 size_t MemorySize() const;
|
| H A D | Block.h | 285 size_t MemorySize() const;
|
| /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/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/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/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/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 159 size_t MemorySize() const;
|
| H A D | AddressRange.h | 229 size_t MemorySize() const { in MemorySize() function
|
| H A D | Mangled.h | 186 size_t MemorySize() const;
|
| /llvm-project/offload/src/ |
| H A D | private.h | 29 extern int target_activate_rr(DeviceTy &Device, uint64_t MemorySize,
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 207 size_t MemorySize() const;
|
| H A D | FileSpec.h | 352 size_t MemorySize() const;
|
| H A D | ConstString.h | 397 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
| /llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 896 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() 903 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo() 924 MemorySize, 0, 2); in getErrorInfo() 936 MemorySize, 2, 16); 1481 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() 1490 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo() 890 getErrorInfo(struct scudo_error_info * ErrorInfo,uintptr_t FaultAddr,const char * DepotPtr,size_t DepotSize,const char * RegionInfoPtr,const char * RingBufferPtr,size_t RingBufferSize,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize) getErrorInfo() argument 1469 getInlineErrorInfo(struct scudo_error_info * ErrorInfo,size_t & NextErrorReport,uintptr_t FaultAddr,const StackDepot * Depot,const char * RegionInfoPtr,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize,size_t MinDistance,size_t MaxDistance) getInlineErrorInfo() argument
|