OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCLEBFragment
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCObjectStreamer.cpp
130
new
MCLEBFragment
(*Value, false, getCurrentSectionData());
140
new
MCLEBFragment
(*Value, true, getCurrentSectionData());
MCAssembler.cpp
326
return cast<
MCLEBFragment
>(F).getContents().size();
467
MCLEBFragment
&LF = cast<
MCLEBFragment
>(F);
718
bool MCAssembler::RelaxLEB(MCAsmLayout &Layout,
MCLEBFragment
&LF) {
791
relaxedFrag = RelaxLEB(Layout, *cast<
MCLEBFragment
>(it2));
850
case MCFragment::FT_LEB: OS << "
MCLEBFragment
"; break;
923
const
MCLEBFragment
*LF = cast<
MCLEBFragment
>(this);
/external/llvm/include/llvm/MC/
MCAssembler.h
329
class
MCLEBFragment
: public MCFragment {
338
MCLEBFragment
(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD)
357
static bool classof(const
MCLEBFragment
*) { return true; }
735
bool RelaxLEB(MCAsmLayout &Layout,
MCLEBFragment
&IF);
Completed in 55 milliseconds