OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSectionData
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCObjectStreamer.cpp
48
assert(
getCurrentSectionData
() && "No current section!");
50
if (!
getCurrentSectionData
()->empty())
51
return &
getCurrentSectionData
()->getFragmentList().back();
59
F = new MCDataFragment(
getCurrentSectionData
());
130
new MCLEBFragment(*Value, false,
getCurrentSectionData
());
140
new MCLEBFragment(*Value, true,
getCurrentSectionData
());
160
getCurrentSectionData
()->setHasInstructions(true);
188
MCInstFragment *IF = new MCInstFragment(Inst,
getCurrentSectionData
());
212
new MCDwarfLineAddrFragment(LineDelta, *AddrDelta,
getCurrentSectionData
());
224
new MCDwarfCallFrameFragment(*AddrDelta,
getCurrentSectionData
());
[
all
...]
MCPureStreamer.cpp
127
new MCDataFragment(
getCurrentSectionData
());
166
getCurrentSectionData
());
169
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
170
getCurrentSectionData
()->setAlignment(ByteAlignment);
180
getCurrentSectionData
());
184
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
185
getCurrentSectionData
()->setAlignment(ByteAlignment);
190
new MCOrgFragment(*Offset, Value,
getCurrentSectionData
());
194
MCInstFragment *IF = new MCInstFragment(Inst,
getCurrentSectionData
());
MCMachOStreamer.cpp
126
new MCDataFragment(
getCurrentSectionData
());
187
ISD.SectionData =
getCurrentSectionData
();
341
getCurrentSectionData
());
344
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
345
getCurrentSectionData
()->setAlignment(ByteAlignment);
355
getCurrentSectionData
());
359
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
360
getCurrentSectionData
()->setAlignment(ByteAlignment);
WinCOFFStreamer.cpp
341
getCurrentSectionData
());
344
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
345
getCurrentSectionData
()->setAlignment(ByteAlignment);
355
getCurrentSectionData
());
359
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
360
getCurrentSectionData
()->setAlignment(ByteAlignment);
373
getCurrentSectionData
()->setHasInstructions(true);
376
new MCInstFragment(Instruction,
getCurrentSectionData
());
MCELFStreamer.cpp
108
ISD.SectionData =
getCurrentSectionData
();
247
getCurrentSectionData
());
250
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
251
getCurrentSectionData
()->setAlignment(ByteAlignment);
261
getCurrentSectionData
());
265
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
266
getCurrentSectionData
()->setAlignment(ByteAlignment);
/external/llvm/include/llvm/MC/
MCObjectStreamer.h
46
MCSectionData *
getCurrentSectionData
() const {
Completed in 470 milliseconds