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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 44 LinkOnce,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 146 /** linkonce sections **/
147 case LDFileFormat::LinkOnce: {
149 // .gnu.linkonce + "." + type + "." + name
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 52 if (name.startswith(".gnu.linkonce"))
53 return LDFileFormat::LinkOnce;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 690 (pInputSection.kind() == LDFileFormat::LinkOnce) ||
    [all...]

Completed in 7589 milliseconds