Home
last modified time | relevance | path

Searched refs:sectionAligned (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h338 bool sectionAligned(StringRef seg, StringRef sect, uint16_t &align) const;
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp820 bool MachOLinkingContext::sectionAligned(StringRef seg, StringRef sect, in sectionAligned() function in lld::MachOLinkingContext
H A DMachONormalizedFileFromAtoms.cpp85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()