Searched refs:getFragmentRef (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h63 /// getFragmentRef - give a LDSection in input file and an offset, return
70 getFragmentRef(const LDSection& pInputSection, uint64_t pOffset);
72 /// getFragmentRef - give a fragment and a big offset, return the fragment
80 getFragmentRef(const llvm::MCFragment& pFrag, uint64_t pBigOffset);
234 MCFragmentRef* getFragmentRef(Range &pRange, uint64_t pOffset);
236 MCFragmentRef* getFragmentRef(llvm::MCFragment& pFront,
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp315 /// getFragmentRef - assume the ragne exist, find the fragment reference
317 Layout::getFragmentRef(Layout::Range& pRange, uint64_t pOffset) function in class:Layout
330 return getFragmentRef(*front, *rear, pOffset);
337 Layout::getFragmentRef(llvm::MCFragment& pFront, function in class:Layout
400 /// getFragmentRef - give a LDSection in input file and an offset, return
403 Layout::getFragmentRef(const LDSection& pInputSection, uint64_t pOffset) function in class:Layout
433 return getFragmentRef(*range, pOffset);
436 /// getFragmentRef - give a fragment and a big offset, return the fragment
444 Layout::getFragmentRef(const llvm::MCFragment& pFrag, uint64_t pBigOffset) function in class:Layout
484 return getFragmentRef(*rang
[all...]
H A DELFReader.cpp152 MCFragmentRef* result = pLinker.getLayout().getFragmentRef(*sect_hdr, pOffset);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp122 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),
134 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp203 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),
215 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp825 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),
837 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0),

Completed in 1324 milliseconds