Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp33 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
37 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
H A DMCSectionELF.cpp60 OS << '\t' << getSectionName(); in PrintSwitchToSection()
70 printName(OS, getSectionName()); in PrintSwitchToSection()
160 " for section " + getSectionName()); in PrintSwitchToSection()
H A DMCSectionWasm.cpp55 OS << '\t' << getSectionName(); in PrintSwitchToSection()
65 printName(OS, getSectionName()); in PrintSwitchToSection()
H A DMCSectionCOFF.cpp45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
H A DWasmObjectWriter.cpp168 << ", FixupSection=" << FixupSection->getSectionName(); in print()
409 Sec.getSectionName()); in executePostLayoutBinding()
428 if (FixupSection.getSectionName().startswith(".init_array")) in recordRelocation()
625 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
1247 StringRef SectionName = Section.getSectionName(); in writeObject()
1505 if (WS.getSectionName().startswith(".fini_array")) in writeObject()
1507 if (!WS.getSectionName().startswith(".init_array")) in writeObject()
1534 if (WS.getSectionName().size() > PrefixLength) { in writeObject()
1535 if (WS.getSectionName()[PrefixLength] != '.') in writeObject()
1538 if (WS.getSectionName() in writeObject()
H A DMCContext.cpp308 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
482 return getCOFFSection(Sec->getSectionName(), Characteristics, in getAssociativeCOFFSection()
487 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
H A DMCSectionMachO.cpp107 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
H A DELFObjectWriter.cpp76 return Sec.getSectionName().endswith(".dwo"); in isDwoSection()
346 StrTabBuilder.add(Sec->getSectionName()); in addToSectionTable()
786 const StringRef SectionName = Sec.getSectionName(); in createRelocationSection()
845 StringRef SectionName = Section.getSectionName(); in writeSectionData()
1027 WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()), in writeSection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h103 StringRef getSectionName() const { return SectionName; } in getSectionName() function
198 Header.getSectionName(), in extract()
276 Header.getSectionName(), Header.getListTypeString())) in findList()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h260 Expected<StringRef> getSectionName(const Elf_Shdr *Section) const;
261 Expected<StringRef> getSectionName(const Elf_Shdr *Section,
531 auto SecNameOrErr = getSectionName(&Sec); in getSection()
611 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
618 return getSectionName(Section, *Table); in getSectionName()
622 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
H A DObjectFile.h237 virtual std::error_code getSectionName(DataRefImpl Sec,
415 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h92 virtual StringRef getSectionName() const { in getSectionName() function
162 StringRef getSectionName() const override { return SectionName; } in getSectionName() function
261 StringRef getSectionName() const override { return ".rdata"; } in getSectionName() function
280 StringRef getSectionName() const override { return ".bss"; } in getSectionName() function
H A DMapFile.cpp119 OS << Indent8 << SC->File->getName() << ":(" << SC->getSectionName() in writeMapFile()
H A DPDB.cpp315 if (C->getSectionName() == Name) in findByName()
392 return C->getSectionName() == ".debug$S"; in extractPCHSignature()
1181 relocateDebugChunk(Linker.Alloc, DebugS), DebugS.getSectionName()); in handleDebugS()
1329 if (DebugChunk->getSectionName() == ".debug$S") { in addObjFile()
1334 if (DebugChunk->getSectionName() == ".debug$F") { in addObjFile()
1664 if (DbgC->getSectionName() != ".debug$S") in findLineTable()
H A DChunks.cpp37 File->getCOFFObj()->getSectionName(Header, SectionName); in SectionChunk()
88 error("overflow in SECREL relocation in section: " + Sec->getSectionName()); in applySecRel()
265 Sec->getSectionName()); in applySecRelHigh12A()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
H A DMCSectionCOFF.h72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
H A DMCSectionWasm.h61 StringRef getSectionName() const { return SectionName; } in getSectionName() function
H A DMCSectionELF.h73 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h88 auto SectionName = Obj->getSectionName(&Shdr); in printUnwindInformation()
109 auto SectionName = Obj->getSectionName(EHFrameHdrShdr); in printEHFrameHdr()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp381 if (!Sym.getSectionName().empty()) in dumpSymtab()
382 outs() << " section " << Sym.getSectionName() << "\n"; in dumpSymtab()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObjectFile.cpp73 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp319 return getSectionName(Sec); in getShtGroupSignature()
610 StringRef Name = getSectionName(Sec); in createInputSection()
763 StringRef ObjFile<ELFT>::getSectionName(const Elf_Shdr &Sec) { in getSectionName() function in ObjFile
764 return CHECK(this->getObj().getSectionName(&Sec, SectionStringTable), this); in getSectionName()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp75 if (auto EC = COFFObj.getSectionName(Sec, S.Name)) in readSections()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp223 std::string getSectionName(const std::string &Section) const;
575 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
826 SanitizerCoverageModule::getSectionName(const std::string &Section) const { in getSectionName() function in SanitizerCoverageModule

123