Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionCOFF.cpp36 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
40 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DMCSectionELF.cpp38 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
42 StringRef name = getSectionName(); in PrintSwitchToSection()
DELFObjectWriter.cpp687 const StringRef SectionName = Section.getSectionName(); in CreateRelocationSections()
785 const StringRef &NameA = secA->getSectionName(); in compareBySuffix()
786 const StringRef &NameB = secB->getSectionName(); in compareBySuffix()
877 StringRef Name = Section.getSectionName(); in CreateMetadataSections()
879 StringRef PreviousName = Sections[I - 1]->getSectionName(); in CreateMetadataSections()
976 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection()
1321 << Section.getSectionName() << "/" in ExplicitRelSym()
1335 StringSwitch<bool>(Section.getSectionName()) in ExplicitRelSym()
1347 StringSwitch<bool>(Section.getSectionName()) in ExplicitRelSym()
1359 StringSwitch<bool>(Section.getSectionName()) in ExplicitRelSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionELF.cpp60 OS << '\t' << getSectionName(); in PrintSwitchToSection()
70 printName(OS, getSectionName()); in PrintSwitchToSection()
157 " for section " + getSectionName()); in PrintSwitchToSection()
DMCAsmInfoDarwin.cpp33 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
37 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
DMCSectionWasm.cpp55 OS << '\t' << getSectionName(); in PrintSwitchToSection()
65 printName(OS, getSectionName()); in PrintSwitchToSection()
DMCSectionCOFF.cpp45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DWasmObjectWriter.cpp168 << ", FixupSection=" << FixupSection->getSectionName(); in print()
401 Sec.getSectionName()); in executePostLayoutBinding()
420 if (FixupSection.getSectionName().startswith(".init_array")) in recordRelocation()
616 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
1160 StringRef SectionName = Section.getSectionName(); in writeObject()
1396 if (WS.getSectionName().startswith(".fini_array")) in writeObject()
1398 if (!WS.getSectionName().startswith(".init_array")) in writeObject()
1425 if (WS.getSectionName().size() > PrefixLength) { in writeObject()
1426 if (WS.getSectionName()[PrefixLength] != '.') in writeObject()
1428 if (WS.getSectionName() in writeObject()
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
DMCSectionCOFF.cpp46 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
50 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DMCSectionELF.cpp61 OS << '\t' << getSectionName(); in PrintSwitchToSection()
71 printName(OS, getSectionName()); in PrintSwitchToSection()
DMCContext.cpp132 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol()
303 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
447 return getCOFFSection(Sec->getSectionName(), Characteristics, in getAssociativeCOFFSection()
452 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h105 StringRef getSectionName() const { return SectionName; } in getSectionName() function
197 Header.getSectionName(), in extract()
270 Header.getSectionName(), Header.getListTypeString())) in findList()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp191 return getSection(Data->getSectionName(), Data->getType(), in getDataSection()
197 return getSection(BSS->getSectionName(), BSS->getType(), BSS->getFlags(), 4); in getBSSSection()
203 return getSection(Ctor->getSectionName(), Ctor->getType(), Ctor->getFlags()); in getCtorSection()
209 return getSection(Dtor->getSectionName(), Dtor->getType(), Dtor->getFlags()); in getDtorSection()
216 return getSection(Text->getSectionName(), Text->getType(), Text->getFlags()); in getTextSection()
224 return getSection(JT->getSectionName(), JT->getType(), JT->getFlags(), in getJumpTableSection()
249 return getSection(CPSect->getSectionName(), CPSect->getType(), in getConstantPoolSection()
337 if (StringRef(S.getSectionName()).startswith(".gnu.linkonce.")) in HasCommonSymbols()
371 getSection(S->getSectionName(), S->getType(), S->getFlags()); in EmitGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
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
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp194 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(Shdr); in dumpSymbol()
236 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(Shdr); in dumpCommonSection()
245 NameOrErr = Obj.getSectionName(*LinkSection); in dumpCommonSection()
265 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*InfoSection); in dumpCommonRelocationSection()
386 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr); in dumpGroup()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionCOFF.h52 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h58 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/include/llvm/MC/
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionWasm.h61 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h86 auto SectionName = Obj->getSectionName(&Shdr); in printUnwindInformation()
106 auto SectionName = Obj->getSectionName(EHFrameHdrShdr); in printEHFrameHdr()

12345