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

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp104 size_t FileSpecList::MemorySize() const { function in class:FileSpecList
108 mem_size += pos->MemorySize();
H A DMangled.cpp403 size_t Mangled::MemorySize() const { function in class:Mangled
404 return m_mangled.MemorySize() + m_demangled.MemorySize();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h65 size_t MemorySize() const;
H A DDeclaration.h163 size_t MemorySize() const;
H A DFunction.h113 virtual size_t MemorySize() const;
240 size_t MemorySize() const override;
564 size_t MemorySize() const;
H A DVariable.h79 size_t MemorySize() const;
H A DBlock.h295 size_t MemorySize() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h228 size_t MemorySize() const { function in class:lldb_private::AddressRange
H A DFileSpecList.h157 size_t MemorySize() const;
H A DMangled.h196 size_t MemorySize() const;
H A DAddress.h338 size_t MemorySize() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp59 size_t FunctionInfo::MemorySize() const { function in class:FunctionInfo
60 return m_name.MemorySize() + m_declaration.MemorySize();
117 size_t InlineFunctionInfo::MemorySize() const { function in class:InlineFunctionInfo
118 return FunctionInfo::MemorySize() + m_mangled.MemorySize();
442 size_t Function::MemorySize() const {
443 size_t mem_size = sizeof(Function) + m_block.MemorySize();
H A DDeclaration.cpp67 size_t Declaration::MemorySize() const { return sizeof(Declaration); } function in class:Declaration
H A DVariableList.cpp157 size_t VariableList::MemorySize() const { function in class:VariableList
161 mem_size += (*pos)->MemorySize();
H A DBlock.cpp365 size_t Block::MemorySize() const { function in class:Block
368 mem_size += m_inlineInfoSP->MemorySize();
370 mem_size += m_variable_list_sp->MemorySize();
H A DVariable.cpp204 size_t Variable::MemorySize() const { return sizeof(Variable); } function in class:Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp395 size_t FileSpec::MemorySize() const { function in class:FileSpec
396 return m_filename.MemorySize() + m_directory.MemorySize();
H A DConstString.cpp136 size_t MemorySize() const { function in class:Pool
304 return StringPool().MemorySize();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h428 size_t MemorySize() const { return sizeof(ConstString); } function in class:lldb_private::ConstString
H A DFileSpec.h338 size_t MemorySize() const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h39 uint32_t MemorySize; // Memory size in bytes member in struct:llvm::wasm::WasmDylinkInfo
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h936 UINT32 MemorySize; member in struct:acpi_pmtt_physical_component
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h205 uint32_t MemorySize; member in struct:llvm::WasmYAML::DylinkSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp159 encodeULEB128(Section.MemorySize, OS);
H A DWasmYAML.cpp53 IO.mapRequired("MemorySize", Section.MemorySize);

Completed in 148 milliseconds

12