Home
last modified time | relevance | path

Searched refs:pVMAStart (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DMemoryRegion.cpp16 const MemoryRegion::Address pVMAStart, in MemoryRegion() argument
18 : m_pParentSpace(pParentSpace), m_VMAStart(pVMAStart), m_Length(pSize) { in MemoryRegion()
DRegionFactory.cpp25 const sys::fs::detail::Address pVMAStart, in produce() argument
29 new (result) MemoryRegion(pSpace, pVMAStart, pSize); in produce()
/frameworks/compile/mclinker/include/mcld/Support/
DRegionFactory.h39 const sys::fs::detail::Address pVMAStart,
DMemoryRegion.h52 const Address pVMAStart,