Home | History | Annotate | Download | only in Expression

Lines Matching refs:allocation

2527     lldb::addr_t allocation = m_data_allocator.Allocate();
2531 if (allocation)
2532 log->Printf("Allocated static data at 0x%llx", (unsigned long long)allocation);
2537 if (!allocation || allocation == LLDB_INVALID_ADDRESS)
2543 Constant *relocated_addr = ConstantInt::get(intptr_ty, (uint64_t)allocation);