| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
| H A D | get_error_info_fuzzer.cpp | 30 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 D | Function.cpp | 61 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 D | VariableList.cpp | 157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList 161 mem_size += (*pos)->MemorySize(); in MemorySize()
|
| H A D | Block.cpp | 371 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 D | Variable.cpp | 194 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 114 virtual size_t MemorySize() const; 240 size_t MemorySize() const override; 596 size_t MemorySize() const;
|
| H A D | VariableList.h | 68 size_t MemorySize() const;
|
| H A D | Variable.h | 86 size_t MemorySize() const;
|
| H A D | Block.h | 287 size_t MemorySize() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 417 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled 418 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
|
| H A D | Declaration.cpp | 56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 228 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 232 mem_size += pos->MemorySize(); in MemorySize()
|
| H A D | FileSpec.cpp | 420 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 D | Declaration.h | 159 size_t MemorySize() const;
|
| H A D | AddressRange.h | 229 size_t MemorySize() const { in MemorySize() function
|
| H A D | Mangled.h | 193 size_t MemorySize() const;
|
| H A D | Address.h | 361 size_t MemorySize() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 207 size_t MemorySize() const;
|
| H A D | FileSpec.h | 363 size_t MemorySize() const;
|
| H A D | ConstString.h | 397 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 901 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 D | XCOFFObjectWriter.cpp | 197 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 D | Wasm.h | 294 uint32_t MemorySize; // Memory size in bytes member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 500 module_spec, load_addr, module_spec.GetFileSpec().MemorySize()); in GetLoadedDynamicLibrariesInfos()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 227 uint32_t MemorySize; member
|