Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h183 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
/external/llvm/lib/MC/
DMCAssembler.cpp850 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce() function in MCAssembler
905 while (layoutSectionOnce(Layout, Sec)) in layoutOnce()