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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h426 LDSection& getStrTab() { function in class:mcld::ELFFileFormat
431 const LDSection& getStrTab() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp610 return target().getOutputFormat()->getStrTab().index();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp663 LDSection& strtab = file_format->getStrTab();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp615 LDSection& strtab = file_format->getStrTab();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp706 LDSection& strtab = getOutputFormat()->getStrTab();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp900 file_format->getStrTab().setSize(strtab);
975 LDSection& strtab_sect = file_format->getStrTab();
1373 if (&pSectHdr == &file_format->getStrTab())

Completed in 97 milliseconds