Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h229 size_t MemorySize() const { in MemorySize() function
/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.cpp381 size_t Mangled::MemorySize() const { MemorySize() function in Mangled
H A DAddress.cpp974 size_t Address::MemorySize() const { MemorySize() function in Address
/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp30 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local
/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h397 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
/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
496 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.cpp194 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
H A DBlock.cpp392 size_t Block::MemorySize() const { MemorySize() function in Block
/llvm-project/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
/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp190 size_t FileSpecList::MemorySize() const { MemorySize() function in FileSpecList
H A DFileSpec.cpp413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
/llvm-project/llvm/unittests/ADT/
H A DDenseMapTest.cpp393 unsigned MemorySize = Map.getMemorySize(); in TEST() local
431 unsigned MemorySize = Map.getMemorySize(); in TEST() local
475 unsigned MemorySize = Map.getMemorySize(); in TEST() local
H A DDenseSetTest.cpp209 unsigned MemorySize = Set.getMemorySize(); in TEST() local
/llvm-project/offload/src/
H A Dinterface.cpp365 __tgt_activate_record_replay(int64_t DeviceId,uint64_t MemorySize,void * VAddr,bool IsRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) __tgt_activate_record_replay() argument
H A Domptarget.cpp1707 target_activate_rr(DeviceTy & Device,uint64_t MemorySize,void * VAddr,bool IsRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) target_activate_rr() argument
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h890 getErrorInfo(struct scudo_error_info * ErrorInfo,uintptr_t FaultAddr,const char * DepotPtr,size_t DepotSize,const char * RegionInfoPtr,const char * RingBufferPtr,size_t RingBufferSize,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize) getErrorInfo() argument
1469 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
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp53 size_t MemorySize = 0; global() member
1704 initialize_record_replay(int32_t DeviceId,int64_t MemorySize,void * VAddr,bool isRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) initialize_record_replay() argument
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h226 uint32_t MemorySize; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h283 uint32_t MemorySize; // Memory size in bytes global() member
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp198 uint32_t MemorySize; member
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9525 unsigned MemorySize = LD->getMemoryVT().getScalarSizeInBits(); LowerBUILD_VECTOR() local