/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 57 OS << '\t' << getSectionName(); in PrintSwitchToSection() 67 printName(OS, getSectionName()); in PrintSwitchToSection() 161 " for section " + getSectionName()); in PrintSwitchToSection()
|
D | MCAsmInfoDarwin.cpp | 32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
D | MCSectionWasm.cpp | 52 OS << '\t' << getSectionName(); in PrintSwitchToSection() 62 printName(OS, getSectionName()); in PrintSwitchToSection()
|
D | MCSectionCOFF.cpp | 42 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 46 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | WasmObjectWriter.cpp | 155 << ", 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()
|
D | XCOFFObjectWriter.cpp | 72 StringRef getName() const { return MCCsect->getSectionName(); } in getName() 308 if (nameShouldBeInStringTable(MCSec->getSectionName())) in executePostLayoutBinding() 309 Strings.add(MCSec->getSectionName()); in executePostLayoutBinding()
|
D | MCContext.cpp | 321 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()
|
D | ELFObjectWriter.cpp | 76 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()
|
D | MCSectionMachO.cpp | 106 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
|
D | WinCOFFObjectWriter.cpp | 295 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/ |
D | DWARFListTable.h | 102 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/ |
D | ELF.h | 295 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
|
D | ObjectFile.h | 258 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const = 0; 435 return OwningObject->getSectionName(SectionPimpl); in getName()
|
D | IRSymtab.h | 226 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | XCOFFObjectFile.h | 264 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 47 StringRef getSectionName() const { in getSectionName() function
|
D | MCSectionCOFF.h | 69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionXCOFF.h | 61 StringRef getSectionName() const { return Name; } in getSectionName() function
|
D | MCSectionWasm.h | 59 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionELF.h | 70 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 107 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/ |
D | ObjectFile.cpp | 77 Expected<StringRef> NameOrErr = getSectionName(Sec); in isSectionBitcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 225 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/ |
D | LTO.h | 151 using irsymtab::Symbol::getSectionName;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 142 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
|