/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressRange.h | 229 size_t MemorySize() const { in MemorySize() function
|
/llvm-project/lldb/source/Core/ |
H A D | Declaration.cpp | 56 size_t Declaration::MemorySize() const { return sizeof(Declaration); } in MemorySize() function in Declaration
|
H A D | Mangled.cpp | 381 size_t Mangled::MemorySize() const { MemorySize() function in Mangled
|
H A D | Address.cpp | 974 size_t Address::MemorySize() const { MemorySize() function in Address
|
/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
H A D | get_error_info_fuzzer.cpp | 30 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | ConstString.h | 397 size_t MemorySize() const { return sizeof(ConstString); } in MemorySize() function
|
/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 61 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 D | VariableList.cpp | 157 size_t VariableList::MemorySize() const { in MemorySize() function in VariableList
|
H A D | Variable.cpp | 194 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize() function in Variable
|
H A D | Block.cpp | 392 size_t Block::MemorySize() const { MemorySize() function in Block
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 378 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 D | FileSpecList.cpp | 190 size_t FileSpecList::MemorySize() const { MemorySize() function in FileSpecList
|
H A D | FileSpec.cpp | 413 size_t FileSpec::MemorySize() const { in MemorySize() function in FileSpec
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseMapTest.cpp | 393 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 D | DenseSetTest.cpp | 209 unsigned MemorySize = Set.getMemorySize(); in TEST() local
|
/llvm-project/offload/src/ |
H A D | interface.cpp | 365 __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 D | omptarget.cpp | 1707 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 D | combined.h | 890 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 D | PluginInterface.cpp | 53 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 D | WasmYAML.h | 226 uint32_t MemorySize; member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 283 uint32_t MemorySize; // Memory size in bytes global() member
|
/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 198 uint32_t MemorySize; member
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9525 unsigned MemorySize = LD->getMemoryVT().getScalarSizeInBits(); LowerBUILD_VECTOR() local
|