Home
last modified time | relevance | path

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

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