Home
last modified time | relevance | path

Searched defs:MemorySize (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressRange.h227 size_t MemorySize() const { in MemorySize() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDeclaration.cpp56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
H A DFileSpecList.cpp155 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
H A DMangled.cpp362 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
H A DAddress.cpp967 size_t Address::MemorySize() const { in MemorySize() function in Address
/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h396 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp61 size_t FunctionInfo::MemorySize() const { in MemorySize() function in FunctionInfo
118 size_t InlineFunctionInfo::MemorySize() const { in MemorySize() function in InlineFunctionInfo
461 size_t Function::MemorySize() const { in MemorySize() function in Function
H A DVariableList.cpp157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList
H A DVariable.cpp192 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
H A DBlock.cpp376 size_t Block::MemorySize() const { in MemorySize() function in Block
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp378 unsigned MemorySize = Map.getMemorySize(); in TEST() local
415 unsigned MemorySize = Map.getMemorySize(); in TEST() local
458 unsigned MemorySize = Map.getMemorySize(); in TEST() local
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h980 uintptr_t MemoryAddr, size_t MemorySize) { in getErrorInfo()
1332 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h225 uint32_t MemorySize; member
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp190 uint32_t MemorySize; member
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h51 uint32_t MemorySize; // Memory size in bytes member
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9248 unsigned MemorySize = LD->getMemoryVT().getScalarSizeInBits(); in LowerBUILD_VECTOR() local