Home
last modified time | relevance | path

Searched refs:pKind (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
DMCTargetFragment.h28 MCTargetFragment(llvm::MCFragment::FragmentType pKind,
30 llvm::MCFragment(pKind, pSD) {} in MCFragment() argument
DMCLinker.h132 LDFileFormat::Kind pKind,
139 LDFileFormat::Kind pKind,
/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp15 LDFileFormat::Kind pKind, in LDSection() argument
23 m_Kind(pKind), in LDSection()
DLDSectionFactory.cpp24 LDFileFormat::Kind pKind, in produce() argument
30 new (result) LDSection(pName, pKind, pType, pFlag); in produce()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h42 LDFileFormat::Kind pKind,
119 void setKind(LDFileFormat::Kind pKind) in setKind() argument
120 { m_Kind = pKind; } in setKind()
DLDSectionFactory.h40 LDFileFormat::Kind pKind,
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp426 LDFileFormat::Kind pKind, in createSectHdr() argument
432 m_LDSectHdrFactory.produce(pName, pKind, pType, pFlag); in createSectHdr()
441 m_LDSectHdrFactory.produce(sect_name, pKind, pType, pFlag); in createSectHdr()
451 LDFileFormat::Kind pKind, in getOrCreateOutputSectHdr() argument
463 m_LDSectHdrFactory.produce(sect_name, pKind, pType, pFlag); in getOrCreateOutputSectHdr()