Home
last modified time | relevance | path

Searched refs:getOrCreateSectData (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp110 m_pGOT = new X86GOT(got, pLinker.getOrCreateSectData(got)); in createX86GOT()
147 m_pPLT = new X86PLT(plt, pLinker.getOrCreateSectData(plt), *m_pGOT, pOutput); in createX86PLTandRelPLT()
153 pLinker.getOrCreateSectData(relplt), in createX86PLTandRelPLT()
166 pLinker.getOrCreateSectData(reldyn), in createX86RelDyn()
671 llvm::MCSectionData& bss_section = pLinker.getOrCreateSectData(*bss_sect_hdr); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp191 m_pGOT = new ARMGOT(got, pLinker.getOrCreateSectData(got)); in createARMGOT()
230 m_pPLT = new ARMPLT(plt, pLinker.getOrCreateSectData(plt), *m_pGOT); in createARMPLTandRelPLT()
235 pLinker.getOrCreateSectData(relplt), in createARMPLTandRelPLT()
248 pLinker.getOrCreateSectData(reldyn), in createARMRelDyn()
844 llvm::MCSectionData& bss_section = pLinker.getOrCreateSectData(*bss_sect_hdr); in allocateCommonSymbols()
911 llvm::MCSectionData& sect_data = pLinker.getOrCreateSectData(pInputSectHdr); in readSection()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp528 llvm::MCSectionData& bss_section = pLinker.getOrCreateSectData(*bss_sect_hdr); in allocateCommonSymbols()
813 m_pGOT = new MipsGOT(got, pLinker.getOrCreateSectData(got)); in createGOT()
850 pLinker.getOrCreateSectData(reldyn), in createRelDyn()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h145 llvm::MCSectionData& getOrCreateSectData(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp167 llvm::MCSectionData& sect_data = m_Linker.getOrCreateSectData(**section); in readSections()
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp473 llvm::MCSectionData& MCLinker::getOrCreateSectData(LDSection& pSection) in getOrCreateSectData() function in MCLinker
/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.tcc222 llvm::MCSectionData& sect_data = pLinker.getOrCreateSectData(pInputSectHdr); in readRegularSection()