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()
351 TRACE("Small data. Size(" << Size << ")"); in selectSmallSectionForGlobal()
361 TRACE(" default sbss\n"); in selectSmallSectionForGlobal()
373 TRACE(" unique sbss(" << Name << ")\n"); in selectSmallSectionForGlobal()
387 TRACE(" small COMMON (" << Name << ")\n"); in selectSmallSectionForGlobal()
397 TRACE(" const_object_as_data "); in selectSmallSectionForGlobal()
405 TRACE(" default sdata\n"); in selectSmallSectionForGlobal()
417 TRACE(" unique sdata(" << Name << ")\n"); in selectSmallSectionForGlobal()
422 TRACE("default ELF section\n"); in selectSmallSectionForGlobal()