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

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp484 uint64_t Layout::getOutputOffset(const Fragment& pFrag) function in class:Layout
494 uint64_t Layout::getOutputOffset(const Fragment& pFrag) const function in class:Layout
505 uint64_t Layout::getOutputOffset(const FragmentRef& pFragRef) function in class:Layout
507 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();
510 uint64_t Layout::getOutputOffset(const FragmentRef& pFragRef) const function in class:Layout
512 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();

Completed in 35 milliseconds