Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp29 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 DFunction.cpp59 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 DVariableList.cpp157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList
161 mem_size += (*pos)->MemorySize(); in MemorySize()
H A DBlock.cpp365 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 DVariable.cpp202 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp104 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
108 mem_size += pos->MemorySize(); in MemorySize()
H A DMangled.cpp387 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
388 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
H A DDeclaration.cpp56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
H A DAddress.cpp937 size_t Address::MemorySize() const { in MemorySize() function in Address
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h115 virtual size_t MemorySize() const;
243 size_t MemorySize() const override;
600 size_t MemorySize() const;
H A DVariableList.h65 size_t MemorySize() const;
H A DVariable.h82 size_t MemorySize() const;
H A DBlock.h295 size_t MemorySize() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h157 size_t MemorySize() const;
H A DAddressRange.h227 size_t MemorySize() const { in MemorySize() function
H A DMangled.h195 size_t MemorySize() const;
H A DFileSpecList.h157 size_t MemorySize() const;
H A DAddress.h338 size_t MemorySize() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp395 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
396 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
H A DConstString.cpp164 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 Dcombined.h920 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 DFileSpec.h339 size_t MemorySize() const;
H A DConstString.h399 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h40 uint32_t MemorySize; // Memory size in bytes member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h210 uint32_t MemorySize; member

12