OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Spec
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp
28
m_Spec
(pSpec),
39
assert(
m_Spec
.hasFile());
40
if (
m_Spec
.file().sortPolicy() == WildcardPattern::SORT_BY_NAME)
43
mcld::outs() <<
m_Spec
.file().name();
45
if (
m_Spec
.hasSections()) {
48
if (
m_Spec
.hasExcludeFiles()) {
50
for (StringList::const_iterator it =
m_Spec
.excludeFiles().begin(),
51
ie =
m_Spec
.excludeFiles().end();
59
if (
m_Spec
.hasSections()) {
60
for (StringList::const_iterator it =
m_Spec
.sections().begin()
[
all
...]
/frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h
79
const Spec& spec() const { return
m_Spec
; }
91
Spec
m_Spec
;
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
43
m_Spec
.m_pWildcardFile =
45
m_Spec
.m_pExcludeFiles = NULL;
50
m_Spec
.m_pWildcardSections = sections;
61
m_Spec
.m_pWildcardFile = pInputDesc.spec().m_pWildcardFile;
62
m_Spec
.m_pExcludeFiles = pInputDesc.spec().m_pExcludeFiles;
63
m_Spec
.m_pWildcardSections = pInputDesc.spec().m_pWildcardSections;
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
42
const InputSectDesc::Spec& spec() const { return
m_Spec
; }
57
InputSectDesc::Spec
m_Spec
;
Completed in 73 milliseconds