| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 59 size_t FunctionInfo::MemorySize() const { in MemorySize() function in FunctionInfo 60 return m_name.MemorySize() + m_declaration.MemorySize(); in MemorySize() 116 size_t InlineFunctionInfo::MemorySize() const { in MemorySize() function in InlineFunctionInfo 117 return FunctionInfo::MemorySize() + m_mangled.MemorySize(); in MemorySize() 462 size_t Function::MemorySize() const { in MemorySize() function in Function 463 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 | 365 size_t Block::MemorySize() const { in MemorySize() function in Block 368 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize() 370 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
|
| H A D | Variable.cpp | 202 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 104 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 108 mem_size += pos->MemorySize(); in MemorySize()
|
| H A D | Mangled.cpp | 387 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled 388 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
|
| H A D | Address.cpp | 937 size_t Address::MemorySize() const { in MemorySize() function in Address
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 115 virtual size_t MemorySize() const; 243 size_t MemorySize() const override; 600 size_t MemorySize() const;
|
| H A D | VariableList.h | 65 size_t MemorySize() const;
|
| H A D | Variable.h | 82 size_t MemorySize() const;
|
| H A D | Block.h | 295 size_t MemorySize() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 157 size_t MemorySize() const;
|
| H A D | AddressRange.h | 227 size_t MemorySize() const { in MemorySize() function
|
| H A D | Mangled.h | 195 size_t MemorySize() const;
|
| H A D | FileSpecList.h | 157 size_t MemorySize() const;
|
| H A D | Address.h | 338 size_t MemorySize() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 395 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec 396 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
|
| H A D | ConstString.cpp | 164 size_t MemorySize() const { in MemorySize() function in Pool 332 return StringPool().MemorySize(); in StaticMemorySize()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 920 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument 923 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo() 934 MemorySize, 0, 2); in getErrorInfo() 946 MemorySize, 2, 16); in getErrorInfo() 1272 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument 1281 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 339 size_t MemorySize() const;
|
| H A D | ConstString.h | 399 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 40 uint32_t MemorySize; // Memory size in bytes member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 210 uint32_t MemorySize; member
|