/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRMemoryMap.h | 89 struct Allocation { struct 98 AllocationPolicy m_policy; argument 106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument 111 const Allocation &operator=(const Allocation &) = delete; argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.h | 44 struct Allocation { struct 49 using AllocationsMap = DenseMap<void *, Allocation>; argument
|
H A D | ExecutorSharedMemoryMapperService.h | 43 struct Allocation { struct 46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | uttrack.c | 254 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local 323 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local 387 AcpiUtFreeAndTrack(void * Allocation,UINT32 Component,const char * Module,UINT32 Line) AcpiUtFreeAndTrack() argument 455 AcpiUtFindAllocation(ACPI_DEBUG_MEM_BLOCK * Allocation) AcpiUtFindAllocation() argument 513 AcpiUtTrackAllocation(ACPI_DEBUG_MEM_BLOCK * Allocation,ACPI_SIZE Size,UINT8 AllocType,UINT32 Component,const char * Module,UINT32 Line) AcpiUtTrackAllocation() argument 616 AcpiUtRemoveAllocation(ACPI_DEBUG_MEM_BLOCK * Allocation,UINT32 Component,const char * Module,UINT32 Line) AcpiUtRemoveAllocation() argument [all...] |
H A D | utalloc.c | 179 void *Allocation; in AcpiOsAllocateZeroed() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 105 struct Allocation { struct 109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/freebsd-src/contrib/libxo/doc/ |
H A D | api.rst | 1161 .. _libxo-options:
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 667 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 752 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 295 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 157 const char *Allocation() const { return Magenta(); } Allocation() function in __hwasan::__anon2cbd70630111::Decorator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
|