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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 95 /// sizeNamePools - compute the size of regular name pools
98 virtual void sizeNamePools(Module& pModule) = 0;
GNULDBackend.h 114 /// sizeNamePools - compute the size of regular name pools
117 virtual void sizeNamePools(Module& pModule);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 635 /// @note sizeNamePools replies on LinkerConfig::CodePosition. Must determine
636 /// code position model before calling GNULDBackend::sizeNamePools()
637 m_LDBackend.sizeNamePools(*m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 755 /// sizeNamePools - compute the size of regular name pools
758 void GNULDBackend::sizeNamePools(Module& pModule)
    [all...]

Completed in 518 milliseconds