Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp62 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 DVariableList.cpp162 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList
166 mem_size += (*pos)->MemorySize(); in MemorySize()
H A DBlock.cpp348 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 DDeclaration.cpp68 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
H A DVariable.cpp203 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 DFunction.h132 virtual size_t MemorySize() const;
283 size_t MemorySize() const override;
594 size_t MemorySize() const;
H A DVariableList.h66 size_t MemorySize() const;
H A DDeclaration.h189 size_t MemorySize() const;
H A DVariable.h84 size_t MemorySize() const;
H A DBlock.h345 size_t MemorySize() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp130 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
134 mem_size += pos->MemorySize(); in MemorySize()
H A DMangled.cpp479 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
480 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
H A DAddress.cpp925 size_t Address::MemorySize() const { in MemorySize() function in Address
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp459 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
460 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
H A DConstString.cpp157 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 DAddressRange.h263 size_t MemorySize() const { in MemorySize() function
H A DFileSpecList.h171 size_t MemorySize() const;
H A DMangled.h253 size_t MemorySize() const;
H A DAddress.h388 size_t MemorySize() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h455 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
H A DFileSpec.h418 size_t MemorySize() const;
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h39 uint32_t MemorySize; // Memory size in bytes member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h194 uint32_t MemorySize; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp54 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h1831 UINT32 MemorySize; member

12