Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h227 size_t MemorySize() const { MemorySize() function
/freebsd-src/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 { MemorySize() function in Mangled
H A DAddress.cpp973 size_t Address::MemorySize() const { MemorySize() function in Address
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp29 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; LLVMFuzzerTestOneInput() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h386 size_t MemorySize() const { return sizeof(ConstString); } MemorySize() function
/freebsd-src/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 { 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); } MemorySize() function in Variable
H A DBlock.cpp376 size_t Block::MemorySize() const { MemorySize() function in Block
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h958 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/include/llvm/ObjectYAML/
H A DWasmYAML.h226 uint32_t MemorySize; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h246 uint32_t MemorySize; // Memory size in bytes global() member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp199 uint32_t MemorySize; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9390 unsigned MemorySize = LD->getMemoryVT().getScalarSizeInBits(); LowerBUILD_VECTOR() local