Searched defs:Allocation (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/lli/
H A DRemoteMemoryManager.h31 struct Allocation { struct in class:llvm::RemoteMemoryManager
32 Allocation() {} function in struct:llvm::RemoteMemoryManager::Allocation
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code) function in struct:llvm::RemoteMemoryManager::Allocation
42 // This vector contains Allocation objects for all sections which we have
45 SmallVector<Allocation, 2> AllocatedSections;
47 // This vector contains pointers to Allocation objects for any sections we
51 SmallVector<Allocation, 2> UnmappedSections;
55 DenseMap<uint64_t, Allocation> MappedSections;
/external/lldb/include/lldb/Expression/
H A DIRMemoryMap.h80 struct Allocation struct in class:lldb_private::IRMemoryMap
93 Allocation (lldb::addr_t process_alloc,
100 Allocation () : function in struct:lldb_private::IRMemoryMap::Allocation
115 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp203 IRMemoryMap::Allocation::Allocation (lldb::addr_t process_alloc, function in class:IRMemoryMap::Allocation
316 m_allocations[aligned_address] = Allocation(allocation_address,
368 Allocation &allocation = iter->second;
387 Allocation &allocation = iter->second;
445 Allocation &allocation = iter->second;
575 Allocation &allocation = iter->second;
706 Allocation &allocation = iter->second;
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); local
260 if (Allocation) {
262 " with allocation: "<< Allocation->getName()<<"\n");
/external/compiler-rt/lib/asan/
H A Dasan_report.cc68 const char *Allocation() { return Magenta(); } function in class:__asan::Decorator
531 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(),
538 d.Allocation(), alloc_thread->tid,
542 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(),
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 476 milliseconds