/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionCOFF.cpp | 36 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 40 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | MCSectionELF.cpp | 38 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 42 StringRef name = getSectionName(); in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 687 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/ |
D | MCSectionELF.cpp | 60 OS << '\t' << getSectionName(); in PrintSwitchToSection() 70 printName(OS, getSectionName()); in PrintSwitchToSection() 157 " for section " + getSectionName()); in PrintSwitchToSection()
|
D | MCAsmInfoDarwin.cpp | 33 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 37 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
D | MCSectionWasm.cpp | 55 OS << '\t' << getSectionName(); in PrintSwitchToSection() 65 printName(OS, getSectionName()); in PrintSwitchToSection()
|
D | MCSectionCOFF.cpp | 45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | WasmObjectWriter.cpp | 168 << ", 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/ |
D | MCAsmInfoDarwin.cpp | 32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
D | MCSectionCOFF.cpp | 46 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 50 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | MCSectionELF.cpp | 61 OS << '\t' << getSectionName(); in PrintSwitchToSection() 71 printName(OS, getSectionName()); in PrintSwitchToSection()
|
D | MCContext.cpp | 132 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/ |
D | DWARFListTable.h | 105 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/ |
D | ELFWriter.cpp | 191 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/ |
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
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 194 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/ |
D | MCSectionCOFF.h | 52 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionELF.h | 58 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 48 StringRef getSectionName() const { in getSectionName() function
|
D | MCSectionCOFF.h | 69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionELF.h | 74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 48 StringRef getSectionName() const { in getSectionName() function
|
D | MCSectionCOFF.h | 72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionWasm.h | 61 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | DwarfCFIEHPrinter.h | 86 auto SectionName = Obj->getSectionName(&Shdr); in printUnwindInformation() 106 auto SectionName = Obj->getSectionName(EHFrameHdrShdr); in printEHFrameHdr()
|