/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 105 struct Allocation { struct 109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 1270 How registers are represented in LLVM 1365 Mapping virtual registers to physical registers 1406 Handling two address instructions 1434 The SSA deconstruction phase 1452 Instruction folding 1476 Built in register allocators
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 2326 =head2 Allocation global() section in Memory Allocation
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 143 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
|