OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCInstFragment
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCAssembler.cpp
323
return cast<
MCInstFragment
>(F).getInstSize();
461
MCInstFragment
&IF = cast<
MCInstFragment
>(F);
629
MCInstFragment
*IF = dyn_cast<
MCInstFragment
>(it2);
631
for (
MCInstFragment
::fixup_iterator it3 = IF->fixup_begin(),
666
bool MCAssembler::FragmentNeedsRelaxation(const
MCInstFragment
*IF,
674
for (
MCInstFragment
::const_fixup_iterator it = IF->fixup_begin(),
683
MCInstFragment
&IF) {
779
relaxedFrag = RelaxInstruction(Layout, *cast<
MCInstFragment
>(it2))
[
all
...]
MCObjectStreamer.cpp
188
MCInstFragment
*IF = new
MCInstFragment
(Inst, getCurrentSectionData());
MCPureStreamer.cpp
194
MCInstFragment
*IF = new
MCInstFragment
(Inst, getCurrentSectionData());
MCELFStreamer.cpp
326
MCInstFragment
&F = *cast<
MCInstFragment
>(getCurrentFragment());
WinCOFFStreamer.cpp
375
MCInstFragment
*Fragment =
376
new
MCInstFragment
(Instruction, getCurrentSectionData());
/external/llvm/include/llvm/MC/
MCAssembler.h
157
// FIXME: This current incarnation of
MCInstFragment
doesn't make much sense, as
159
// with this approach (as opposed to making
MCInstFragment
a very light weight
162
class
MCInstFragment
: public MCFragment {
177
MCInstFragment
(MCInst _Inst, MCSectionData *SD = 0)
214
static bool classof(const
MCInstFragment
*) { return true; }
724
bool FragmentNeedsRelaxation(const
MCInstFragment
*IF,
733
bool RelaxInstruction(MCAsmLayout &Layout,
MCInstFragment
&IF);
Completed in 141 milliseconds