Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h332 void addSectionAlignment(StringRef seg, StringRef sect, uint16_t align);
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp796 void MachOLinkingContext::addSectionAlignment(StringRef seg, StringRef sect, in addSectionAlignment() function in lld::MachOLinkingContext
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp544 ctx.addSectionAlignment(segName, sectName, align); in parse()