| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/ |
| H A D | get_error_info_fuzzer.cpp | 29 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local 30 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput() 58 MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/ |
| H A D | dylink_section.yaml | 9 MemorySize: 4 21 # CHECK: MemorySize: 4
|
| /llvm-project-15.0.7/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() 461 size_t Function::MemorySize() const { in MemorySize() function in Function 462 size_t mem_size = sizeof(Function) + m_block.MemorySize(); in MemorySize()
|
| 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 | 376 size_t Block::MemorySize() const { in MemorySize() function in Block 379 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize() 381 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
|
| /llvm-project-15.0.7/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-15.0.7/lld/test/wasm/ |
| H A D | shared-needed.s | 27 # SO1-NEXT: MemorySize: 4 37 # SO2-NEXT: MemorySize: 0
|
| H A D | shared-weak-undefined.s | 24 # CHECK-NEXT: MemorySize: 0
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 103 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 107 mem_size += pos->MemorySize(); in MemorySize()
|
| H A D | Mangled.cpp | 362 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled 363 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
|
| H A D | Declaration.cpp | 56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | DenseMapTest.cpp | 386 unsigned MemorySize = Map.getMemorySize(); in TEST() local 394 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 406 EXPECT_NE(MemorySize, Map.getMemorySize()); in TEST() 424 unsigned MemorySize = Map.getMemorySize(); in TEST() local 432 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST() 468 unsigned MemorySize = Map.getMemorySize(); in TEST() local 476 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
|
| H A D | DenseSetTest.cpp | 207 unsigned MemorySize = Set.getMemorySize(); in TEST() local 213 EXPECT_EQ(MemorySize, Set.getMemorySize()); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 113 virtual size_t MemorySize() const; 239 size_t MemorySize() const override; 594 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 | 295 size_t MemorySize() const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 155 size_t MemorySize() const;
|
| H A D | AddressRange.h | 227 size_t MemorySize() const { in MemorySize() function
|
| H A D | FileSpecList.h | 155 size_t MemorySize() const;
|
| H A D | Mangled.h | 186 size_t MemorySize() const;
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 394 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec 395 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 185 uint32_t MemorySize; member 190 MemorySize(0) { in DwarfSectionEntry() 1101 LastDwarfSection->MemorySize = in assignAddressesAndIndices() 1110 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices() 1141 RawPointer += DwarfSection.MemorySize; in assignAddressesAndIndices()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 930 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument 933 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo() 944 MemorySize, 0, 2); in getErrorInfo() 956 MemorySize, 2, 16); in getErrorInfo() 1282 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument 1291 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 337 size_t MemorySize() const;
|