| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Function.cpp | 62 size_t FunctionInfo::MemorySize() const { in MemorySize() function in FunctionInfo 63 return m_name.MemorySize() + m_declaration.MemorySize(); in MemorySize() 129 size_t InlineFunctionInfo::MemorySize() const { in MemorySize() function in InlineFunctionInfo 130 return FunctionInfo::MemorySize() + m_mangled.MemorySize(); in MemorySize() 405 size_t Function::MemorySize() const { in MemorySize() function in Function 406 size_t mem_size = sizeof(Function) + m_block.MemorySize(); in MemorySize()
|
| H A D | VariableList.cpp | 162 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList 166 mem_size += (*pos)->MemorySize(); in MemorySize()
|
| H A D | Block.cpp | 348 size_t Block::MemorySize() const { in MemorySize() function in Block 351 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize() 353 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
|
| H A D | Declaration.cpp | 68 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
| H A D | Variable.cpp | 203 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 132 virtual size_t MemorySize() const; 283 size_t MemorySize() const override; 594 size_t MemorySize() const;
|
| H A D | VariableList.h | 66 size_t MemorySize() const;
|
| H A D | Declaration.h | 189 size_t MemorySize() const;
|
| H A D | Variable.h | 84 size_t MemorySize() const;
|
| H A D | Block.h | 345 size_t MemorySize() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 130 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 134 mem_size += pos->MemorySize(); in MemorySize()
|
| H A D | Mangled.cpp | 479 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled 480 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
|
| H A D | Address.cpp | 925 size_t Address::MemorySize() const { in MemorySize() function in Address
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 459 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec 460 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
|
| H A D | ConstString.cpp | 157 size_t MemorySize() const { in MemorySize() function in Pool 327 return StringPool().MemorySize(); in StaticMemorySize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 263 size_t MemorySize() const { in MemorySize() function
|
| H A D | FileSpecList.h | 171 size_t MemorySize() const;
|
| H A D | Mangled.h | 253 size_t MemorySize() const;
|
| H A D | Address.h | 388 size_t MemorySize() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 455 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
| H A D | FileSpec.h | 418 size_t MemorySize() const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 39 uint32_t MemorySize; // Memory size in bytes member
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 194 uint32_t MemorySize; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 54 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 1831 UINT32 MemorySize; member
|