OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSectionData
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/MC/
MCPureStreamer.cpp
168
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
169
getCurrentSectionData
()->setAlignment(ByteAlignment);
183
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
184
getCurrentSectionData
()->setAlignment(ByteAlignment);
MCObjectStreamer.cpp
55
assert(
getCurrentSectionData
() && "No current section!");
57
if (CurInsertionPoint !=
getCurrentSectionData
()->getFragmentList().begin())
198
MCSectionData *SD =
getCurrentSectionData
();
317
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
318
getCurrentSectionData
()->setAlignment(ByteAlignment);
MCELFStreamer.cpp
114
MCSectionData *CurSection =
getCurrentSectionData
();
160
ISD.SectionData =
getCurrentSectionData
();
300
if (
getCurrentSectionData
()->isBundleLocked())
310
if (
getCurrentSectionData
()->isBundleLocked())
451
MCSectionData *SD =
getCurrentSectionData
();
500
MCSectionData *SD =
getCurrentSectionData
();
515
MCSectionData *SD =
getCurrentSectionData
();
MCMachOStreamer.cpp
229
ISD.SectionData =
getCurrentSectionData
();
/external/llvm/include/llvm/MC/
MCObjectStreamer.h
55
MCSectionData *
getCurrentSectionData
() const {
Completed in 64 milliseconds