Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h451 LDSection& getStrTab() { in getStrTab() function
456 const LDSection& getStrTab() const { in getStrTab() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp481 LDSection& strtab = file_format->getStrTab(); in doRelax()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp595 return target().getOutputFormat()->getStrTab().index(); in getSectLink()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp851 file_format->getStrTab().setSize(strtab); in sizeNamePools()
921 LDSection& strtab_sect = file_format->getStrTab(); in emitRegNamePools()
1312 if (&pSectHdr == &file_format->getStrTab()) in getSectionOrder()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp876 LDSection& strtab = file_format->getStrTab(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp586 LDSection& strtab = file_format->getStrTab(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp788 LDSection& strtab = getOutputFormat()->getStrTab(); in relaxRelocation()