Home
last modified time | relevance | path

Searched refs:MCLEBFragment (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp326 return cast<MCLEBFragment>(F).getContents().size(); in ComputeFragmentSize()
467 MCLEBFragment &LF = cast<MCLEBFragment>(F); in WriteFragmentData()
718 bool MCAssembler::RelaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in RelaxLEB()
791 relaxedFrag = RelaxLEB(Layout, *cast<MCLEBFragment>(it2)); in LayoutSectionOnce()
923 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump()
DMCObjectStreamer.cpp130 new MCLEBFragment(*Value, false, getCurrentSectionData()); in EmitULEB128Value()
140 new MCLEBFragment(*Value, true, getCurrentSectionData()); in EmitSLEB128Value()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h329 class MCLEBFragment : public MCFragment {
338 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD) in MCLEBFragment() function
357 static bool classof(const MCLEBFragment *) { return true; } in classof() argument
735 bool RelaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);
/external/llvm/lib/MC/
DMCAssembler.cpp258 return cast<MCLEBFragment>(F).getContents().size(); in computeFragmentSize()
514 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment()
787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
879 RelaxedFrag = relaxLEB(Layout, *cast<MCLEBFragment>(I)); in layoutSectionOnce()
DMCFragment.cpp286 delete cast<MCLEBFragment>(this); in destroy()
424 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump()
DMCObjectStreamer.cpp179 insert(new MCLEBFragment(*Value, false)); in EmitULEB128Value()
188 insert(new MCLEBFragment(*Value, true)); in EmitSLEB128Value()
/external/llvm/include/llvm/MC/
DMCFragment.h371 class MCLEBFragment : public MCFragment {
382 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr)
DMCAssembler.h187 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);