| /freebsd-src/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() 31 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput() 50 Memory, MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput() 29 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; LLVMFuzzerTestOneInput() local
|
| /freebsd-src/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() 496 size_t Function::MemorySize() const { in MemorySize() 497 size_t mem_size = sizeof(Function) + m_block.MemorySize(); in MemorySize() 495 size_t Function::MemorySize() const { MemorySize() function in Function
|
| 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 | 392 size_t Block::MemorySize() const { in SetInlinedFunctionInfo() 395 mem_size += m_inlineInfoSP->MemorySize(); in SetInlinedFunctionInfo() 397 mem_size += m_variable_list_sp->MemorySize(); in SetInlinedFunctionInfo() 376 size_t Block::MemorySize() const { MemorySize() function in Block
|
| H A D | Variable.cpp | 194 size_t Variable::MemorySize() const { return sizeof(Variable); } in GetDeclContext() 192 size_t Variable::MemorySize() const { return sizeof(Variable); } MemorySize() function in Variable
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 113 virtual size_t MemorySize() const; 239 size_t MemorySize() const override; 590 size_t MemorySize() const;
|
| H A D | VariableList.h | 65 size_t MemorySize() const;
|
| H A D | Variable.h | 86 size_t MemorySize() const;
|
| H A D | Block.h | 295 size_t MemorySize() const;
|
| /freebsd-src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 381 size_t Mangled::MemorySize() const { in GuessLanguage() 382 return m_mangled.MemorySize() + m_demangled.MemorySize(); in GuessLanguage() 369 size_t Mangled::MemorySize() const { MemorySize() function in Mangled
|
| H A D | Declaration.cpp | 56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
| H A D | Address.cpp | 974 size_t Address::MemorySize() const { in MemorySize() 973 size_t Address::MemorySize() const { MemorySize() function in Address
|
| /freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 190 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList 194 mem_size += pos->MemorySize(); in MemorySize()
|
| H A D | FileSpec.cpp | 413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec 414 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 155 size_t MemorySize() const;
|
| H A D | AddressRange.h | 229 size_t MemorySize() const { in MemorySize() 227 size_t MemorySize() const { MemorySize() function
|
| H A D | Mangled.h | 186 size_t MemorySize() const;
|
| H A D | Address.h | 361 size_t MemorySize() const;
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 201 size_t MemorySize() const;
|
| H A D | ConstString.h | 397 size_t MemorySize() const { return sizeof(ConstString); } 386 size_t MemorySize() const { return sizeof(ConstString); } MemorySize() function
|
| H A D | FileSpec.h | 352 size_t MemorySize() const;
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 890 uintptr_t MemoryAddr, size_t MemorySize) { in disableMemoryTagging() 897 MemoryAddr + MemorySize < MemoryAddr) in setTrackAllocationStacks() 918 MemorySize, 0, 2); in setAddLargeAllocationSlack() 930 MemorySize, 2, 16); in getRegionInfoArraySize() 1469 size_t MemorySize, size_t MinDistance, 1478 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) 958 getErrorInfo(struct scudo_error_info * ErrorInfo,uintptr_t FaultAddr,const char * DepotPtr,const char * RegionInfoPtr,const char * RingBufferPtr,size_t RingBufferSize,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize) getErrorInfo() argument 1318 getInlineErrorInfo(struct scudo_error_info * ErrorInfo,size_t & NextErrorReport,uintptr_t FaultAddr,const StackDepot * Depot,const char * RegionInfoPtr,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize,size_t MinDistance,size_t MaxDistance) getInlineErrorInfo() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 196 // For DWARF section, we must use real size in the section header. MemorySize 198 uint32_t MemorySize; 207 uint64_t NewPointer = RawPointer + MemorySize; in advanceFileOffset() 216 MemorySize(0) { in DwarfSectionEntry() 1559 LastDwarfSection->MemorySize = in writeSectionForControlSectionEntry() 1568 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in writeSectionForControlSectionEntry() 199 uint32_t MemorySize; global() member
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 283 uint32_t MemorySize; // Memory size in bytes 246 uint32_t MemorySize; // Memory size in bytes global() member
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 226 uint32_t MemorySize; member
|