Home
last modified time | relevance | path

Searched refs:MemorySize (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp29 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 Ddylink_section.yaml9 MemorySize: 4
21 # CHECK: MemorySize: 4
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp61 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 DVariableList.cpp157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList
161 mem_size += (*pos)->MemorySize(); in MemorySize()
H A DBlock.cpp376 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 Dsanitizer_dense_map_test.cpp378 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 Dshared-needed.s27 # SO1-NEXT: MemorySize: 4
37 # SO2-NEXT: MemorySize: 0
H A Dshared-weak-undefined.s24 # CHECK-NEXT: MemorySize: 0
/llvm-project-15.0.7/lldb/source/Core/
H A DFileSpecList.cpp103 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
107 mem_size += pos->MemorySize(); in MemorySize()
H A DMangled.cpp362 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
363 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
H A DDeclaration.cpp56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDenseMapTest.cpp386 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 DDenseSetTest.cpp207 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 DFunction.h113 virtual size_t MemorySize() const;
239 size_t MemorySize() const override;
594 size_t MemorySize() const;
H A DVariableList.h65 size_t MemorySize() const;
H A DVariable.h86 size_t MemorySize() const;
H A DBlock.h295 size_t MemorySize() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDeclaration.h155 size_t MemorySize() const;
H A DAddressRange.h227 size_t MemorySize() const { in MemorySize() function
H A DFileSpecList.h155 size_t MemorySize() const;
H A DMangled.h186 size_t MemorySize() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp394 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 DXCOFFObjectWriter.cpp185 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 Dcombined.h930 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 DFileSpec.h337 size_t MemorySize() const;

12