/freebsd/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/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/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 void *Allocation, in AcpiUtFreeAndTrack() 455 ACPI_DEBUG_MEM_BLOCK *Allocation) in AcpiUtFindAllocation() 513 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtTrackAllocation() 616 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtRemoveAllocation()
|
H A D | utalloc.c | 179 void *Allocation; in AcpiOsAllocateZeroed() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | DynamicAllocator.h | 34 struct Allocation { struct 36 Allocation(std::unique_ptr<std::byte[]> Memory) in Allocation() argument
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1161 .. _libxo-options:
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 158 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::__anon865875d10111::Decorator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
|