Home
last modified time | relevance | path

Searched refs:getSegmentName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp32 if (SMO.getSegmentName() == "__DATA" && SMO.getName() == "__cfstring") in isSectionAtomizableBySymbols()
35 if (SMO.getSegmentName() == "__DATA" && SMO.getName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
H A DMCSectionMachO.cpp111 OS << "\t.section\t" << getSegmentName() << ',' << getName(); in printSwitchToSection()
H A DMachObjectWriter.cpp282 writeWithPadding(Section.getSegmentName(), 16); in writeSection()
H A DMCAsmStreamer.cpp1118 OS << MOSection->getSegmentName() << "," << MOSection->getName(); in emitZerofill()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h48 StringRef getSegmentName() const { in getSegmentName() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp297 MachOConfig.EmptySegmentsToRemove.contains(*LC.getSegmentName()); in processLoadCommands()
340 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection()
383 return LC.getSegmentName() == SegName; in findSection()
H A DMachOObject.h96 std::optional<StringRef> getSegmentName() const;
H A DMachOObject.cpp218 std::optional<StringRef> LoadCommand::getSegmentName() const { in getSegmentName() function in LoadCommand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp139 if (RefSec.getSegmentName() == "__DATA" && in canUseLocalRelocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1666 static StringRef getSegmentName(const MachOObjectFile *MachO, in getSegmentName() function
1975 StringRef SegmentName = getSegmentName(MachO, Section); in disassembleObject()
2869 StringRef SegmentName = getSegmentName(MachO, Section); in printSectionContents()
3054 StringRef SegmentName = getSegmentName(MachO, *Section); in printSymbol()