Home
last modified time | relevance | path

Searched defs:Size (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.cpp15 bool MemMapDefault::mapImpl(uptr Addr, uptr Size, const char *Name, in mapImpl()
27 void MemMapDefault::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
41 bool MemMapDefault::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
50 void MemMapDefault::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
56 void MemMapDefault::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
64 bool ReservedMemoryDefault::createImpl(uptr Addr, uptr Size, const char *Name, in createImpl()
78 uptr Size) { in dispatchImpl()
H A Dmem_map_linux.cpp46 static void *mmapWrapper(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mmapWrapper()
81 bool MemMapLinux::mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mapImpl()
91 void MemMapLinux::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
108 bool MemMapLinux::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
116 void MemMapLinux::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
122 void MemMapLinux::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
129 bool ReservedMemoryLinux::createImpl(uptr Addr, uptr Size, const char *Name, in createImpl()
147 uptr Size) { in dispatchImpl()
H A Dmem_map_base.h33 void unmap(uptr Addr, uptr Size) { in unmap() argument
50 setMemoryPermission(uptr Addr,uptr Size,uptr Flags) setMemoryPermission() argument
59 releasePagesToOS(uptr From,uptr Size) releasePagesToOS() argument
66 releaseAndZeroPagesToOS(uptr From,uptr Size) releaseAndZeroPagesToOS() argument
109 dispatch(uptr Addr,uptr Size) dispatch() argument
[all...]
H A Dmem_map_fuchsia.cpp24 uptr Size) { in dieOnError() argument
102 mapImpl(UNUSED uptr Addr,uptr Size,const char * Name,uptr Flags) mapImpl() argument
148 unmapImpl(uptr Addr,uptr Size) unmapImpl() argument
177 remapImpl(uptr Addr,uptr Size,const char * Name,uptr Flags) remapImpl() argument
212 releaseAndZeroPagesToOSImpl(uptr From,uptr Size) releaseAndZeroPagesToOSImpl() argument
218 setMemoryPermissionImpl(uptr Addr,uptr Size,uptr Flags) setMemoryPermissionImpl() argument
229 createImpl(UNUSED uptr Addr,uptr Size,UNUSED const char * Name,uptr Flags) createImpl() argument
252 dispatchImpl(uptr Addr,uptr Size) dispatchImpl() argument
[all...]
H A Dwrappers_c_checks.h33 inline bool checkAlignedAllocAlignmentAndSize(uptr Alignment, uptr Size) { in checkAlignedAllocAlignmentAndSize()
46 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow()
64 inline bool checkForPvallocOverflow(uptr Size, uptr PageSize) { in checkForPvallocOverflow()
H A Dfuchsia.cpp36 uptr Size) { in dieOnError()
44 static void *allocateVmar(uptr Size, MapPlatformData *Data, bool AllowNoMem) { in allocateVmar()
61 void *map(void *Addr, uptr Size, const char *Name, uptr Flags, in map()
143 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap()
167 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, in setMemoryPermission()
178 void releasePagesToOS(UNUSED uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS()
/llvm-project/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp47 uint64_t Size = sizeof(V); in TEST() local
105 uint64_t Size = sizeof(V); in TEST() local
168 uint64_t Size = sizeof(TBTableData); in TEST() local
188 uint64_t Size = sizeof(TBTableData); in TEST() local
199 uint64_t Size = sizeof(TBTableData); in TEST() local
238 uint64_t Size = sizeof(TBTableData); in TEST() local
266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
301 uint64_t Size = sizeof(V); in TEST() local
[all …]
/llvm-project/compiler-rt/test/fuzzer/
H A DPrintFuncTest.cpp13 void FunctionC(const uint8_t *Data, size_t Size) { in FunctionC()
24 void FunctionB(const uint8_t *Data, size_t Size) { in FunctionB()
29 void FunctionA(const uint8_t *Data, size_t Size) { in FunctionA()
35 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
H A DLabels20Test.cpp16 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
32 bool Func1(const uint8_t *Data, size_t Size) { in Func1()
39 bool Func2(const uint8_t *Data, size_t Size) { in Func2()
H A DThreeFunctionsTest.cpp22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
38 bool Func1(const uint8_t *Data, size_t Size) { in Func1()
45 bool Func2(const uint8_t *Data, size_t Size) { in Func2()
H A DSwitchTest.cpp15 bool Switch(const uint8_t *Data, size_t Size) { in Switch()
32 bool ShortSwitch(const uint8_t *Data, size_t Size) { in ShortSwitch()
49 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp164 uint8_t Size = FB & ~FixBitsMask::String; in read() local
189 T Size = endian::read<T, Endianness>(Current); in readRaw() local
229 T Size = endian::read<T, Endianness>(Current); in readExt() local
234 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
244 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
H A DMsgPackWriter.cpp104 size_t Size = s.size(); in write() local
126 size_t Size = Buffer.getBufferSize(); in write() local
143 void Writer::writeArraySize(uint32_t Size) { in writeArraySize()
159 void Writer::writeMapSize(uint32_t Size) { in writeMapSize()
176 size_t Size = Buffer.getBufferSize(); in writeExt() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
80 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver()
109 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes()
120 size_t MutationDispatcher::Mutate_EraseBytes(uint8_t *Data, size_t Size, in Mutate_EraseBytes()
132 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte()
143 size_t Size, in Mutate_InsertRepeatedBytes()
161 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte()
169 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit()
178 size_t Size, in Mutate_AddWordFromManualDictionary()
183 size_t MutationDispatcher::ApplyDictionaryEntry(uint8_t *Data, size_t Size, in ApplyDictionaryEntry()
[all …]
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h63 Status SetBreakpoint(lldb::addr_t Addr, uint32_t Size, in SetBreakpoint() argument
73 Status ReadMemory(addr_t Addr, void *Buf, size_t Size, in ReadMemory() argument
86 Status WriteMemory(addr_t Addr, const void *Buf, size_t Size, in WriteMemory() argument
106 size_t Size) { in ReadMemoryWithoutTrap() argument
130 Read(addr_t Addr,size_t Size) Read() argument
145 size_t Size = std::min(Chunk.size(), Data.size() - (size_t)Addr); Write() local
[all...]
/llvm-project/clang/lib/AST/
H A DOSLog.cpp25 std::optional<unsigned> Size; global() member
140 CharUnits Size = CharUnits::fromQuantity(8); computeLayout() local
146 CharUnits Size = Ctx.getTypeSizeInChars((*Data.FieldWidth)->getType()); computeLayout() local
151 CharUnits Size = Ctx.getTypeSizeInChars((*Data.Precision)->getType()); computeLayout() local
157 CharUnits Size = Ctx.getTypeSizeInChars((*Data.Count)->getType()); computeLayout() local
165 CharUnits Size; computeLayout() local
172 auto Size = Ctx.getTypeSizeInChars(Data.E->getType()); computeLayout() local
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmap_test.cpp25 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local
38 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local
58 const scudo::uptr Size = 4 * PageSize; in TEST() local
76 const scudo::uptr Size = 4 * PageSize; TEST() local
[all...]
H A Dcommon_test.cpp22 uptr Size; in getResidentMemorySize() local
35 const uptr Size = 1ull << 30; in TEST() local
57 const uptr Size = 1ull << 20; TEST() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp95 llvm_orc_registerVTuneImpl(const char *Data, uint64_t Size) { in llvm_orc_registerVTuneImpl() argument
106 llvm_orc_unregisterVTuneImpl(const char *Data, uint64_t Size) { in llvm_orc_unregisterVTuneImpl() argument
177 llvm_orc_test_registerVTuneImpl(const char *Data, uint64_t Size) { in llvm_orc_test_registerVTuneImpl() argument
201 llvm_orc_registerVTuneImpl(const char *Data, uint64_t Size) { in llvm_orc_registerVTuneImpl() argument
209 llvm_orc_unregisterVTuneImpl(const char *Data, uint64_t Size) { in llvm_orc_unregisterVTuneImpl() argument
217 llvm_orc_test_registerVTuneImpl(const char * Data,uint64_t Size) llvm_orc_test_registerVTuneImpl() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h44 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate()
98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Diterate.cpp32 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() local
37 [](uintptr_t Addr, size_t Size, void *Arg) { in TEST_F()
54 [](uintptr_t Addr, size_t Size, void *Arg) { in TEST_F()
/llvm-project/llvm/lib/Support/
H A DMemAlloc.cpp15 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() argument
24 deallocate_buffer(void * Ptr,size_t Size,size_t Alignment) deallocate_buffer() argument
/llvm-project/offload/src/OpenMP/
H A DMapping.cpp50 int64_t Size) { in associatePtr()
132 void *HstPtrBegin, int64_t Size, in lookupMapping()
205 int64_t TgtPadding, int64_t Size, map_var_info_t HstPtrName, bool HasFlagTo, in getTargetPointer()
369 void *HstPtrBegin, int64_t Size, bool UpdateRefCount, bool UseHoldRefCount, in getTgtPtrBegin()
447 void *HstPtrBegin, int64_t Size) { in getTgtPtrBegin()
460 HostDataToTargetTy *Entry, int64_t Size) { in eraseMapEntry()
482 int64_t Size) { in deallocTgtPtrAndEntry()
506 void *DstPtrBegin, int64_t Size, in printCopyInfoImpl()
520 void *TgtPtrBegin, void *HstPtrBegin, int64_t Size, bool H2D, in printCopyInfo()
/llvm-project/offload/plugins-nextgen/common/include/
H A DMemoryManager.h73 static int findBucket(size_t Size) { in findBucket() argument
99 const size_t Size; member
137 allocateOnDevice(size_t Size,void * HstPtr) allocateOnDevice() argument
147 freeAndAllocate(size_t Size,void * HstPtr) freeAndAllocate() argument
178 allocateOrFreeAndAllocateOnDevice(size_t Size,void * HstPtr) allocateOrFreeAndAllocateOnDevice() argument
216 allocate(size_t Size,void * HstPtr) allocate() argument
[all...]
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp107 unsigned Size = Ty.getSizeInBits(); getInstrMapping() local
123 unsigned Size = getSizeInBits(SrcReg, MRI, TRI); getInstrMapping() local
158 unsigned Size = getSizeInBits(SrcReg, MRI, TRI); getInstrMapping() local
168 unsigned Size = getSizeInBits(SrcReg, MRI, TRI); getInstrMapping() local
176 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local
201 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local
[all...]

12345678910>>...56