Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp30 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local
31 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput()
50 Memory, MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp61 size_t FunctionInfo::MemorySize() const { in MemorySize() function in FunctionInfo
62 return m_name.MemorySize() + m_declaration.MemorySize(); in MemorySize()
118 size_t InlineFunctionInfo::MemorySize() const { in MemorySize() function in InlineFunctionInfo
119 return FunctionInfo::MemorySize() + m_mangled.MemorySize(); in MemorySize()
507 size_t Function::MemorySize() const { in MemorySize() function in Function
508 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.cpp371 size_t Block::MemorySize() const { in MemorySize() function in Block
374 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize()
376 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
H A DVariable.cpp194 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h114 virtual size_t MemorySize() const;
240 size_t MemorySize() const override;
596 size_t MemorySize() const;
H A DVariableList.h68 size_t MemorySize() const;
H A DVariable.h86 size_t MemorySize() const;
H A DBlock.h287 size_t MemorySize() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp417 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
418 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
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp228 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
232 mem_size += pos->MemorySize(); in MemorySize()
H A DFileSpec.cpp420 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
421 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h159 size_t MemorySize() const;
H A DAddressRange.h229 size_t MemorySize() const { in MemorySize() function
H A DMangled.h193 size_t MemorySize() const;
H A DAddress.h361 size_t MemorySize() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h207 size_t MemorySize() const;
H A DFileSpec.h363 size_t MemorySize() const;
H A DConstString.h397 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h901 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument
908 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo()
929 MemorySize, 0, 2); in getErrorInfo()
941 MemorySize, 2, 16); in getErrorInfo()
1488 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument
1497 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp197 uint32_t MemorySize; member
206 uint64_t NewPointer = RawPointer + MemorySize; in advanceFileOffset()
215 MemorySize(0) { in DwarfSectionEntry()
1543 LastDwarfSection->MemorySize = in assignAddressesAndIndices()
1552 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h294 uint32_t MemorySize; // Memory size in bytes member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp500 module_spec, load_addr, module_spec.GetFileSpec().MemorySize()); in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h227 uint32_t MemorySize; member

12