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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 68 /// postMerge - hooks to call after finishing merge the attribute data from an
70 virtual bool postMerge(const LinkerConfig& pConfig, const Input& pInput) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 175 virtual bool postMerge(const LinkerConfig& pConfig, const Input& pInput);
209 // process them in postmerge() (when all other attributes are settled down.)
ARMELFAttributeData.cpp 464 // Helper Functions for postMerge()
684 // End Helper Functions for postMerge()
687 bool ARMELFAttributeData::postMerge(const LinkerConfig& pConfig,
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 287 return m_AttrData.postMerge(m_Parent.config(), pInput);
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 80 milliseconds