OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_psdata
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
139
uint32_t getGP() { return
m_psdata
->addr(); }
184
LDSection*
m_psdata
;
member in class:mcld::HexagonLDBackend
HexagonLDBackend.cpp
397
if (&pSectHdr ==
m_psdata
)
429
m_psdata
= pBuilder.CreateSection(".sdata",
666
m_psdabase->setValue(
m_psdata
->addr());
699
if (!
m_psdata
->hasSectionData()) {
700
sd = IRBuilder::CreateSectionData(*
m_psdata
);
701
m_psdata
->setSectionData(sd);
703
sd =
m_psdata
->getSectionData();
713
SectionData* pTo = (
m_psdata
->getSectionData());
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
112
m_psdata
= pBuilder.CreateSection(
281
if (&pSection ==
m_psdata
&&
m_psdata
->hasSectionData()) {
561
if (&pSectHdr ==
m_psdata
)
[
all
...]
MipsLDBackend.h
249
LDSection*
m_psdata
;
member in class:mcld::MipsGNULDBackend
Completed in 666 milliseconds