OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCFillFragment
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCAssembler.cpp
439
return cast<
MCFillFragment
>(F).getSize();
643
const
MCFillFragment
&FF = cast<
MCFillFragment
>(F);
722
assert((cast<
MCFillFragment
>(it)->getValueSize() == 0 ||
723
cast<
MCFillFragment
>(it)->getValue() == 0) &&
[
all
...]
WinCOFFStreamer.cpp
172
SymbolData.setFragment(new
MCFillFragment
(0, 0, Size, &SectionData));
MCMachOStreamer.cpp
360
MCFragment *F = new
MCFillFragment
(0, 0, Size, &SectData);
MCObjectStreamer.cpp
368
// FIXME: A
MCFillFragment
would be more memory efficient but MCExpr has
375
insert(new
MCFillFragment
(0, ItemSize, NumBytes));
MCELFStreamer.cpp
543
MCFragment *F = new
MCFillFragment
(0, 0, Size, &SectData);
/external/llvm/include/llvm/MC/
MCAssembler.h
385
class
MCFillFragment
: public MCFragment {
399
MCFillFragment
(int64_t _Value, unsigned _ValueSize, uint64_t _Size,
[
all
...]
Completed in 50 milliseconds