Lines Matching refs:TRACE
65 #define TRACE(X) \ macro
72 #define TRACE(X) \ macro
128 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") "); in SelectSectionForGlobal()
129 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal()
131 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal()
159 TRACE("default_ELF_section\n"); in SelectSectionForGlobal()
166 TRACE("[getExplicitSectionGlobal] GO(" << GO->getName() << ") from(" in getExplicitSectionGlobal()
168 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in getExplicitSectionGlobal()
192 TRACE("default_ELF_section\n"); in getExplicitSectionGlobal()
352 TRACE("Small data. Size(" << Size << ")"); in selectSmallSectionForGlobal()
362 TRACE(" default sbss\n"); in selectSmallSectionForGlobal()
374 TRACE(" unique sbss(" << Name << ")\n"); in selectSmallSectionForGlobal()
388 TRACE(" small COMMON (" << Name << ")\n"); in selectSmallSectionForGlobal()
398 TRACE(" const_object_as_data "); in selectSmallSectionForGlobal()
406 TRACE(" default sdata\n"); in selectSmallSectionForGlobal()
418 TRACE(" unique sdata(" << Name << ")\n"); in selectSmallSectionForGlobal()
423 TRACE("default ELF section\n"); in selectSmallSectionForGlobal()