HomeSort by relevance Sort by last modified time
    Searched refs:m_Entry (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp 21 m_Entry(pEntry)
31 mcld::outs() << "ENTRY ( " << m_Entry << " )\n";
38 script.setEntry(m_Entry);
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 41 return m_Entry;
46 m_Entry = pEntry;
51 return !m_Entry.empty();
  /frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h 40 std::string m_Entry;
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 25 : m_Entry(pEntryFrag),
44 return ++iterator(&m_Entry);
49 return ++iterator(&m_Entry);
56 return m_Entry.getParent()->end();
63 return m_Entry.getParent()->end();
68 return m_Entry.getOffset() + m_Entry.size();
76 m_Entry.getNextNode()->getOffset();
120 SectionData* sd = m_Entry.getParent();
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
DynamicSectionOptions.h 29 llvm::cl::opt<std::string>& m_Entry;
  /frameworks/compile/mclinker/tools/mcld/lib/
DynamicSectionOptions.cpp 90 : m_Entry(ArgEntry),
106 pScript.setEntry(m_Entry);
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 96 std::string m_Entry;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 171 Fragment& m_Entry; // entry fragment of the island

Completed in 193 milliseconds