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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 170 LDSection* m_pAttributes; // .ARM.attributes
ARMLDBackend.cpp 61 m_pAttributes(NULL) {
88 m_pAttributes = pBuilder.CreateSection(".ARM.attributes",
319 if (&pSection == m_pAttributes ||
408 if (0 != m_pAttributes->size())
412 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes);

Completed in 3043 milliseconds