OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSectionData
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCObjectStreamer.h
66
MCSectionData *
getCurrentSectionData
() const {
130
return
getCurrentSectionData
()->hasInstructions();
/external/llvm/lib/MC/
MCObjectStreamer.cpp
67
assert(
getCurrentSectionData
() && "No current section!");
69
if (CurInsertionPoint !=
getCurrentSectionData
()->getFragmentList().begin())
191
MCSectionData *SD =
getCurrentSectionData
();
313
if (ByteAlignment >
getCurrentSectionData
()->getAlignment())
314
getCurrentSectionData
()->setAlignment(ByteAlignment);
MCELFStreamer.cpp
87
MCSectionData *CurSection =
getCurrentSectionData
();
132
ISD.SectionData =
getCurrentSectionData
();
276
if (
getCurrentSectionData
()->isBundleLocked())
286
if (
getCurrentSectionData
()->isBundleLocked())
435
MCSectionData *SD =
getCurrentSectionData
();
484
MCSectionData *SD =
getCurrentSectionData
();
499
MCSectionData *SD =
getCurrentSectionData
();
MCMachOStreamer.cpp
247
ISD.SectionData =
getCurrentSectionData
();
Completed in 151 milliseconds