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

/frameworks/compile/mclinker/lib/MC/
H A DMCRegionFragment.cpp17 MCRegionFragment::MCRegionFragment(MemoryRegion& pRegion, MCSectionData* pSD) argument
18 : MCFragment((llvm::MCFragment::FragmentType)FT_Region, pSD), m_Region(pRegion) {
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp33 void RegionFactory::destruct(MemoryRegion* pRegion) argument
35 pRegion->drift();
36 destroy(pRegion);
37 deallocate(pRegion);
H A DMemoryArea.cpp280 void MemoryArea::release(MemoryRegion* pRegion) argument
285 Space *space = pRegion->parent();
286 m_RegionFactory.destruct(pRegion);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp75 uint64_t MipsGOT::emit(MemoryRegion& pRegion) argument
77 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.getBuffer());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp170 uint64_t ARMGOT::emit(MemoryRegion& pRegion) argument
172 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.getBuffer());
H A DARMPLT.cpp227 uint64_t ARMPLT::emit(MemoryRegion& pRegion) argument
233 unsigned char* buffer = pRegion.getBuffer();

Completed in 39 milliseconds