Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h429 LDSection& getStrTab() { in getStrTab() function
434 const LDSection& getStrTab() const { in getStrTab() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp567 LDSection& strtab = file_format->getStrTab(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp854 file_format->getStrTab().setSize(strtab); in sizeNamePools()
956 LDSection& strtab_sect = file_format->getStrTab(); in emitRegNamePools()
1354 if (&pSectHdr == &file_format->getStrTab()) in getSectionOrder()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp543 return target().getOutputFormat()->getStrTab().index(); in getSectLink()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp605 LDSection& strtab = file_format->getStrTab(); in doRelax()