OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCSectionData
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/llvm/include/llvm/MC/
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
...]
Completed in 344 milliseconds