Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h187 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);
/external/llvm/lib/MC/
DMCAssembler.cpp787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB() function in MCAssembler
879 RelaxedFrag = relaxLEB(Layout, *cast<MCLEBFragment>(I)); in layoutSectionOnce()