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.cpp278 writeWithPadding(Section.getSegmentName(), 16); in writeSection()
H A DMCAsmStreamer.cpp1110 OS << MOSection->getSegmentName() << "," << MOSection->getName(); in emitZerofill()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h47 StringRef getSegmentName() const { in getSegmentName() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp278 MachOConfig.EmptySegmentsToRemove.contains(*LC.getSegmentName()); in processLoadCommands()
321 std::optional<StringRef> SegName = LC.getSegmentName(); in addSection()
346 return LC.getSegmentName() == SegName; in findSection()
H A DMachOObject.h96 std::optional<StringRef> getSegmentName() const;
H A DMachOObject.cpp205 std::optional<StringRef> LoadCommand::getSegmentName() const { in getSegmentName()
204 std::optional<StringRef> LoadCommand::getSegmentName() const { getSegmentName() function in LoadCommand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp140 if (RefSec.getSegmentName() == "__DATA" && in canUseLocalRelocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1590 static StringRef getSegmentName(const MachOObjectFile *MachO, in getSegmentName() function
1897 StringRef SegmentName = getSegmentName(MachO, Section); in disassembleObject()
2798 StringRef SegmentName = getSegmentName(MachO, Section); in printSectionContents()
2983 StringRef SegmentName = getSegmentName(MachO, *Section); in printSymbol()