Home
last modified time | relevance | path

Searched refs:ConstAddress (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h46 typedef ConstTraits<mcld::sys::fs::detail::Address>::value_type ConstAddress; typedef
70 ConstAddress start() const in start()
76 ConstAddress end() const in end()
85 ConstAddress getBuffer(Offset pOffset = 0) const
/frameworks/compile/mclinker/include/mcld/MC/
DMCFragmentRef.h36 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
69 ConstAddress deref() const;
74 ConstAddress operator*() const
/frameworks/compile/mclinker/lib/MC/
DMCFragmentRef.cpp173 MCFragmentRef::ConstAddress MCFragmentRef::deref() const in deref()
177 ConstAddress base = NULL; in deref()
180 base = (ConstAddress)static_cast<const llvm::MCInstFragment*>(m_pFragment)->getCode().data(); in deref()
183 … base = (ConstAddress)static_cast<const llvm::MCDataFragment*>(m_pFragment)->getContents().data(); in deref()