Home
last modified time | relevance | path

Searched refs:layoutSectionOnce (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h192 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp1027 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce() function in MCAssembler
1085 while (layoutSectionOnce(Layout, Sec)) in layoutOnce()