| /openbsd-src/gnu/llvm/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() 57 MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/llvm/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()
|
| H A D | Variable.cpp | 192 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 155 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 159 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
|
| /openbsd-src/gnu/llvm/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 | Mangled.h | 186 size_t MemorySize() const;
|
| H A D | FileSpecList.h | 181 size_t MemorySize() const;
|
| H A D | Address.h | 351 size_t MemorySize() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| 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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 352 size_t MemorySize() const;
|
| H A D | ConstString.h | 396 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 980 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument 983 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo() 994 MemorySize, 0, 2); in getErrorInfo() 1006 MemorySize, 2, 16); in getErrorInfo() 1332 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument 1341 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 190 uint32_t MemorySize; member 195 MemorySize(0) { in DwarfSectionEntry() 1171 RawPointer += DwarfSection.MemorySize; in finalizeSectionInfo() 1386 LastDwarfSection->MemorySize = in assignAddressesAndIndices() 1395 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 58 DylinkSec->MemorySize = Info.MemorySize; in dumpCustomSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 51 uint32_t MemorySize; // Memory size in bytes member
|