OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMemArea
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFDynObjReader.cpp
46
assert(pInput.
hasMemArea
());
77
assert(pInput.
hasMemArea
());
94
assert(pInput.
hasMemArea
());
ELFObjectReader.cpp
63
assert(pInput.
hasMemArea
());
94
assert(pInput.
hasMemArea
());
277
assert(pInput.
hasMemArea
());
304
assert(pInput.
hasMemArea
());
GNUArchiveReader.cpp
43
assert(pInput.
hasMemArea
());
72
assert(pInput.
hasMemArea
());
154
assert(pArchiveFile.
hasMemArea
());
261
assert(pArchive.getARFile().
hasMemArea
());
303
assert(pArchive.getARFile().
hasMemArea
());
/frameworks/compile/mclinker/lib/MC/
FileAction.cpp
48
if (input->
hasMemArea
())
/frameworks/compile/mclinker/include/mcld/MC/
Input.h
96
bool
hasMemArea
() const { return (m_pMemArea != NULL); }
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
66
ASSERT_TRUE(m_pInput->
hasMemArea
());
97
ASSERT_TRUE(m_pInput->
hasMemArea
());
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
148
if (!input->
hasMemArea
())
187
if (!input->
hasMemArea
())
339
if (!pInput.
hasMemArea
()) {
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
292
if ((*input)->type() == Input::Object && (*input)->
hasMemArea
()) {
[
all
...]
Completed in 74 milliseconds