OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCSectionData
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmLayout.h
19
class
MCSectionData
;
31
typedef llvm::SmallVectorImpl<
MCSectionData
*>::const_iterator const_iterator;
32
typedef llvm::SmallVectorImpl<
MCSectionData
*>::iterator iterator;
38
llvm::SmallVector<
MCSectionData
*, 16> SectionOrder;
43
mutable DenseMap<const
MCSectionData
*, MCFragment*> LastValidFragment;
76
llvm::SmallVectorImpl<
MCSectionData
*> &getSectionOrder() {
79
const llvm::SmallVectorImpl<
MCSectionData
*> &getSectionOrder() const {
97
uint64_t getSectionAddressSize(const
MCSectionData
*SD) const;
101
uint64_t getSectionFileSize(const
MCSectionData
*SD) const;
MCAssembler.h
38
class
MCSectionData
;
71
MCSectionData
*Parent;
93
MCFragment(FragmentType _Kind,
MCSectionData
*_Parent = 0);
102
MCSectionData
*getParent() const { return Parent; }
103
void setParent(
MCSectionData
*Value) { Parent = Value; }
144
MCEncodedFragment(MCFragment::FragmentType FType,
MCSectionData
*SD = 0)
182
MCSectionData
*SD = 0)
222
MCDataFragment(
MCSectionData
*SD = 0)
269
MCCompactEncodedInstFragment(
MCSectionData
*SD = 0)
305
MCRelaxableFragment(const MCInst &_Inst,
MCSectionData
*SD = 0
[
all
...]
MCObjectStreamer.h
19
class
MCSectionData
;
35
MCSectionData
*CurSectionData;
36
MCSectionData
::iterator CurInsertionPoint;
55
MCSectionData
*getCurrentSectionData() const {
MCMachObjectWriter.h
24
class
MCSectionData
;
100
llvm::DenseMap<const
MCSectionData
*,
102
llvm::DenseMap<const
MCSectionData
*, unsigned> IndirectSymBase;
137
uint64_t getSectionAddress(const
MCSectionData
* SD) const {
146
uint64_t getPaddingSize(const
MCSectionData
*SD,
178
const
MCSectionData
&SD, uint64_t FileOffset,
215
void addRelocation(const
MCSectionData
*SD,
MCExpr.h
22
class
MCSectionData
;
27
typedef DenseMap<const
MCSectionData
*, uint64_t> SectionAddrMap;
/external/llvm/lib/MC/
MCAssembler.cpp
77
const
MCSectionData
&SD = *F->getParent();
92
const
MCSectionData
&SD = *F->getParent();
97
MCSectionData
&SD = *F->getParent();
151
uint64_t MCAsmLayout::getSectionAddressSize(const
MCSectionData
*SD) const {
157
uint64_t MCAsmLayout::getSectionFileSize(const
MCSectionData
*SD) const {
214
MCFragment::MCFragment(FragmentType _Kind,
MCSectionData
*_Parent)
234
MCSectionData
::
MCSectionData
() : Section(0) {}
236
MCSectionData
::
MCSectionData
(const MCSection &_Section, MCAssembler *A
[
all
...]
ELFObjectWriter.cpp
51
static bool IsELFMetaDataSection(const
MCSectionData
&SD);
52
static uint64_t DataSectionSize(const
MCSectionData
&SD);
54
const
MCSectionData
&SD);
56
const
MCSectionData
&SD);
92
llvm::DenseMap<const
MCSectionData
*,
324
const
MCSectionData
*SD);
[
all
...]
MCELFStreamer.cpp
114
MCSectionData
*CurSection = getCurrentSectionData();
451
MCSectionData
*SD = getCurrentSectionData();
467
if (SD->getBundleLockState() ==
MCSectionData
::BundleLockedAlignToEnd) {
500
MCSectionData
*SD = getCurrentSectionData();
509
SD->setBundleLockState(AlignToEnd ?
MCSectionData
::BundleLockedAlignToEnd :
510
MCSectionData
::BundleLocked);
515
MCSectionData
*SD = getCurrentSectionData();
525
SD->setBundleLockState(
MCSectionData
::NotBundleLocked);
540
MCSectionData
&SectData = getAssembler().getOrCreateSectionData(Section);
MachObjectWriter.cpp
112
uint64_t MachObjectWriter::getPaddingSize(const
MCSectionData
*SD,
119
const
MCSectionData
&NextSD = *Layout.getSectionOrder()[Next];
199
const
MCSectionData
&SD,
589
const SmallVectorImpl<
MCSectionData
*> &Order = Layout.getSectionOrder();
591
const
MCSectionData
*SD = Order[i];
763
const
MCSectionData
&SD = *it;
[
all
...]
MCMachOStreamer.cpp
343
MCSectionData
&SectData = getAssembler().getOrCreateSectionData(*Section);
419
for (
MCSectionData
::iterator it2 = it->begin(),
MCObjectStreamer.cpp
50
CurInsertionPoint =
MCSectionData
::iterator();
198
MCSectionData
*SD = getCurrentSectionData();
WinCOFFObjectWriter.cpp
97
MCSectionData
const *MCData;
150
void DefineSection(
MCSectionData
const &SectionData);
364
void WinCOFFObjectWriter::DefineSection(
MCSectionData
const &SectionData) {
647
MCSectionData
const *SectionData = Fragment->getParent();
MCExpr.cpp
503
const
MCSectionData
&SecA = *AD.getFragment()->getParent();
504
const
MCSectionData
&SecB = *BD.getFragment()->getParent();
WinCOFFStreamer.cpp
160
MCSectionData
&SectionData = getAssembler().getOrCreateSectionData(*Section);
/frameworks/compile/mclinker/unittests/
NamePoolTest.cpp
183
const llvm::
MCSectionData
*section = 0;
216
const llvm::
MCSectionData
*section = 0;
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
344
const
MCSectionData
&SymSD = Asm.getSectionData(
435
const
MCSectionData
&SymSD = Asm.getSectionData(
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
556
const
MCSectionData
&SymSD = Asm.getSectionData(
Completed in 104 milliseconds