Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp57 OS << '\t' << getSectionName(); in PrintSwitchToSection()
67 printName(OS, getSectionName()); in PrintSwitchToSection()
161 " for section " + getSectionName()); in PrintSwitchToSection()
DMCAsmInfoDarwin.cpp32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
DMCSectionWasm.cpp52 OS << '\t' << getSectionName(); in PrintSwitchToSection()
62 printName(OS, getSectionName()); in PrintSwitchToSection()
DMCSectionCOFF.cpp42 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
46 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DWasmObjectWriter.cpp155 << ", FixupSection=" << FixupSection->getSectionName(); in print()
420 Sec.getSectionName()); in executePostLayoutBinding()
440 if (FixupSection.getSectionName().startswith(".init_array")) in recordRelocation()
588 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
1220 StringRef SectionName = Section.getSectionName(); in writeObject()
1512 if (WS.getSectionName().startswith(".fini_array")) in writeObject()
1514 if (!WS.getSectionName().startswith(".init_array")) in writeObject()
1541 if (WS.getSectionName().size() > PrefixLength) { in writeObject()
1542 if (WS.getSectionName()[PrefixLength] != '.') in writeObject()
1545 if (WS.getSectionName() in writeObject()
DXCOFFObjectWriter.cpp72 StringRef getName() const { return MCCsect->getSectionName(); } in getName()
308 if (nameShouldBeInStringTable(MCSec->getSectionName())) in executePostLayoutBinding()
309 Strings.add(MCSec->getSectionName()); in executePostLayoutBinding()
DMCContext.cpp321 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
487 return getCOFFSection(Sec->getSectionName(), Characteristics, in getAssociativeCOFFSection()
492 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
DELFObjectWriter.cpp76 return Sec.getSectionName().endswith(".dwo"); in isDwoSection()
346 StrTabBuilder.add(Sec->getSectionName()); in addToSectionTable()
787 const StringRef SectionName = Sec.getSectionName(); in createRelocationSection()
846 StringRef SectionName = Section.getSectionName(); in writeSectionData()
1032 WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()), in writeSection()
DMCSectionMachO.cpp106 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
DWinCOFFObjectWriter.cpp295 COFFSection *Section = createSection(MCSec.getSectionName()); in defineSection()
296 COFFSymbol *Symbol = createSymbol(MCSec.getSectionName()); in defineSection()
1017 SMLoc(), Twine("cannot make section ") + MCSec.getSectionName() + in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h102 StringRef getSectionName() const { return SectionName; } in getSectionName() function
204 Header.getSectionName(), in extract()
282 Header.getSectionName(), Header.getListTypeString())) in findList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h295 getSectionName(const Elf_Shdr *Section,
297 Expected<StringRef> getSectionName(const Elf_Shdr *Section,
684 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
692 return getSectionName(Section, *Table); in getSectionName()
696 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
DObjectFile.h258 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const = 0;
435 return OwningObject->getSectionName(SectionPimpl); in getName()
DIRSymtab.h226 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DXCOFFObjectFile.h264 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h47 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionXCOFF.h61 StringRef getSectionName() const { return Name; } in getSectionName() function
DMCSectionWasm.h59 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h70 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h107 std::string getSectionName() const { return createSectionName(FuncName); } in getSectionName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp77 Expected<StringRef> NameOrErr = getSectionName(Sec); in isSectionBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp225 std::string getSectionName(const std::string &Section) const;
655 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
909 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h151 using irsymtab::Symbol::getSectionName;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp142 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()

12