Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
57 MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/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()
461 size_t Function::MemorySize() const { in MemorySize() function in Function
462 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.cpp376 size_t Block::MemorySize() const { in MemorySize() function in Block
379 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize()
381 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
H A DVariable.cpp192 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp378 unsigned MemorySize = Map.getMemorySize(); in TEST() local
387 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
398 EXPECT_NE(MemorySize, Map.getMemorySize()); in TEST()
415 unsigned MemorySize = Map.getMemorySize(); in TEST() local
424 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
458 unsigned MemorySize = Map.getMemorySize(); in TEST() local
467 EXPECT_EQ(MemorySize, Map.getMemorySize()); in TEST()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h113 virtual size_t MemorySize() const;
239 size_t MemorySize() const override;
594 size_t MemorySize() const;
H A DVariableList.h65 size_t MemorySize() const;
H A DVariable.h86 size_t MemorySize() const;
H A DBlock.h295 size_t MemorySize() const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp155 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
159 mem_size += pos->MemorySize(); in MemorySize()
H A DMangled.cpp362 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
363 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
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h155 size_t MemorySize() const;
H A DAddressRange.h227 size_t MemorySize() const { in MemorySize() function
H A DMangled.h186 size_t MemorySize() const;
H A DFileSpecList.h181 size_t MemorySize() const;
H A DAddress.h351 size_t MemorySize() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
414 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h352 size_t MemorySize() const;
H A DConstString.h396 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h980 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo() argument
983 MemoryAddr + MemorySize < MemoryAddr) in getErrorInfo()
994 MemorySize, 0, 2); in getErrorInfo()
1006 MemorySize, 2, 16); in getErrorInfo()
1332 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo() argument
1341 Addr + archMemoryTagGranuleSize() > MemoryAddr + MemorySize) in getInlineErrorInfo()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp190 uint32_t MemorySize; member
195 MemorySize(0) { in DwarfSectionEntry()
1171 RawPointer += DwarfSection.MemorySize; in finalizeSectionInfo()
1386 LastDwarfSection->MemorySize = in assignAddressesAndIndices()
1395 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp58 DylinkSec->MemorySize = Info.MemorySize; in dumpCustomSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h51 uint32_t MemorySize; // Memory size in bytes member

12