Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h227 size_t MemorySize() const { in MemorySize() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.cpp56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
H A DMangled.cpp369 size_t Mangled::MemorySize() const { in MemorySize() function in Mangled
H A DAddress.cpp973 size_t Address::MemorySize() const { in MemorySize() function in Address
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp29 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h386 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/freebsd-14.2/contrib/llvm-project/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
495 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
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp190 size_t FileSpecList::MemorySize() const { in MemorySize() function in FileSpecList
H A DFileSpec.cpp413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h958 size_t MemorySize) { in getErrorInfo()
1318 size_t MemorySize, size_t MinDistance, in getInlineErrorInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h226 uint32_t MemorySize; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h246 uint32_t MemorySize; // Memory size in bytes member
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp199 uint32_t MemorySize; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9390 unsigned MemorySize = LD->getMemoryVT().getScalarSizeInBits(); in LowerBUILD_VECTOR() local