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

/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp196 StringRef sectionPrefix; local
201 sectionPrefix = ".gnu.linkonce.l8";
205 sectionPrefix = ".gnu.linkonce.l4";
211 std::string sectionName = sectionPrefix.str() + symbolName;

Completed in 343 milliseconds