Searched refs:MemorySize (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h140 MemorySize () const;
295 MemorySize() const;
609 MemorySize () const;
H A DDeclaration.h218 MemorySize () const;
H A DVariableList.h81 MemorySize() const;
H A DVariable.h121 MemorySize() const;
H A DBlock.h373 MemorySize() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp166 FileSpecList::MemorySize () const function in class:FileSpecList
172 mem_size += pos->MemorySize();
H A DConstString.cpp151 MemorySize() const function in class:Pool
341 return StringPool().MemorySize();
H A DMangled.cpp5257 Mangled::MemorySize () const function in class:Mangled
5259 return m_mangled.MemorySize() + m_demangled.MemorySize();
H A DAddress.cpp986 Address::MemorySize () const function in class:Address
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp87 FunctionInfo::MemorySize() const function in class:FunctionInfo
89 return m_name.MemorySize() + m_declaration.MemorySize();
189 InlineFunctionInfo::MemorySize() const function in class:InlineFunctionInfo
191 return FunctionInfo::MemorySize() + m_mangled.MemorySize();
460 Function::MemorySize () const function in class:Function
462 size_t mem_size = sizeof(Function) + m_block.MemorySize();
H A DDeclaration.cpp80 Declaration::MemorySize() const function in class:Declaration
H A DVariableList.cpp200 VariableList::MemorySize() const function in class:VariableList
205 mem_size += (*pos)->MemorySize();
H A DBlock.cpp441 Block::MemorySize() const function in class:Block
445 mem_size += m_inlineInfoSP->MemorySize();
447 mem_size += m_variable_list_sp->MemorySize();
H A DVariable.cpp194 Variable::MemorySize() const function in class:Variable
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressRange.h257 MemorySize () const { function in class:lldb_private::AddressRange
H A DFileSpecList.h177 MemorySize () const;
H A DMangled.h262 MemorySize () const;
H A DConstString.h472 MemorySize () const function in class:lldb_private::ConstString
H A DAddress.h382 MemorySize () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h481 MemorySize () const;
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h747 UINT32 MemorySize; member in struct:acpi_pmtt_physical_component
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp811 FileSpec::MemorySize() const function in class:FileSpec
813 return m_filename.MemorySize() + m_directory.MemorySize();
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c2435 {ACPI_DMT_UINT32, ACPI_PMTT2_OFFSET (MemorySize), "Memory Size", 0},

Completed in 404 milliseconds