Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h339 bool sectionAligned(StringRef seg, StringRef sect, uint16_t &align) const;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp816 bool MachOLinkingContext::sectionAligned(StringRef seg, StringRef sect, in sectionAligned() function in lld::MachOLinkingContext
H A DMachONormalizedFileFromAtoms.cpp86 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()