Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h183 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h189 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp1026 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce() function in MCAssembler
1084 while (layoutSectionOnce(Layout, Sec)) in layoutOnce()