HomeSort by relevance Sort by last modified time
    Searched refs:getStrTab (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 451 LDSection& getStrTab() {
456 const LDSection& getStrTab() const {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 481 LDSection& strtab = file_format->getStrTab();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 595 return target().getOutputFormat()->getStrTab().index();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 876 LDSection& strtab = file_format->getStrTab();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 586 LDSection& strtab = file_format->getStrTab();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 788 LDSection& strtab = getOutputFormat()->getStrTab();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 851 file_format->getStrTab().setSize(strtab);
921 LDSection& strtab_sect = file_format->getStrTab();
    [all...]

Completed in 722 milliseconds