Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h89 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 DSimpleExecutorMemoryManager.h44 struct Allocation { struct
49 using AllocationsMap = DenseMap<void *, Allocation>; argument
H A DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h105 struct Allocation { struct
109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1270 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 DStringMapEntry.h52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp703 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 Dperlguts.pod2326 =head2 Allocation global() section in Memory Allocation
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp143 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local