| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAsmInfoDarwin.cpp | 33 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 37 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
| H A D | MCSectionELF.cpp | 60 OS << '\t' << getSectionName(); in PrintSwitchToSection() 70 printName(OS, getSectionName()); in PrintSwitchToSection() 160 " for section " + getSectionName()); in PrintSwitchToSection()
|
| H A D | MCSectionWasm.cpp | 55 OS << '\t' << getSectionName(); in PrintSwitchToSection() 65 printName(OS, getSectionName()); in PrintSwitchToSection()
|
| H A D | MCSectionCOFF.cpp | 45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
| H A D | WasmObjectWriter.cpp | 168 << ", 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 D | MCContext.cpp | 308 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 D | MCSectionMachO.cpp | 107 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
|
| H A D | ELFObjectWriter.cpp | 76 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 D | DWARFListTable.h | 103 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 D | ELF.h | 260 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 D | ObjectFile.h | 237 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 D | Chunks.h | 92 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 D | MapFile.cpp | 119 OS << Indent8 << SC->File->getName() << ":(" << SC->getSectionName() in writeMapFile()
|
| H A D | PDB.cpp | 315 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 D | Chunks.cpp | 37 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 D | MCSectionMachO.h | 48 StringRef getSectionName() const { in getSectionName() function
|
| H A D | MCSectionCOFF.h | 72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| H A D | MCSectionWasm.h | 61 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| H A D | MCSectionELF.h | 73 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 88 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 D | llvm-lto2.cpp | 381 if (!Sym.getSectionName().empty()) in dumpSymtab() 382 outs() << " section " << Sym.getSectionName() << "\n"; in dumpSymtab()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 73 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.cpp | 319 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 D | Reader.cpp | 75 if (auto EC = COFFObj.getSectionName(Sec, S.Name)) in readSections()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 223 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
|