Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAssembler.h205 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp1194 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce() function in MCAssembler
1220 while (layoutSectionOnce(Layout, Sec)) in layoutOnce()