reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 OS << '\t' << getSectionName(); 62 printName(OS, getSectionName());lib/MC/WasmObjectWriter.cpp
155 << ", FixupSection=" << FixupSection->getSectionName(); 420 Sec.getSectionName()); 440 if (FixupSection.getSectionName().startswith(".init_array")) 588 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); 1220 StringRef SectionName = Section.getSectionName(); 1502 if (WS.getSectionName().startswith(".fini_array")) 1504 if (!WS.getSectionName().startswith(".init_array")) 1531 if (WS.getSectionName().size() > PrefixLength) { 1532 if (WS.getSectionName()[PrefixLength] != '.') 1535 if (WS.getSectionName()