Searched defs:pInputSection (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h117 LDSection& pInputSection)
115 mergeSection(Module& pModule, const Input& pInputFile, LDSection& pInputSection) argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp57 LDSection& pInputSection)
61 pInputSection.name());
64 pInputSection.setKind(LDFileFormat::Ignore);
69 pInputSection.name() : pair.first->name();
74 pInputSection.kind(),
75 pInputSection.type(),
76 pInputSection.flag());
77 target->setAlign(pInputSection.align());
89 eh_frame->merge(pInputFile, *pInputSection.getEhFrame());
90 UpdateSectionAlign(*target, pInputSection);
56 MergeSection(const Input& pInputFile, LDSection& pInputSection) argument
[all...]
H A DSectionMap.cpp179 const std::string& pInputSection) const
185 if (matched(**in, pInputFile, pInputSection))
193 const std::string& pInputSection)
199 if (matched(**in, pInputFile, pInputSection))
229 SectionMap::insert(const std::string& pInputSection, argument
241 if ((*in)->getSection()->name().compare(pInputSection) == 0)
248 Input* input = new Input(pInputSection, pPolicy);
256 Input* input = new Input(pInputSection, pPolicy);
310 const std::string& pInputSection) const
328 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) {
192 find(const std::string& pInputFile, const std::string& pInputSection) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp701 LDSection& pInputSection)
703 if ((pInputSection.flag() & llvm::ELF::SHF_HEX_GPREL) ||
704 (pInputSection.kind() == LDFileFormat::LinkOnce) ||
705 (pInputSection.kind() == LDFileFormat::Target)) {
712 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
716 builder.MergeSection(pInputFile, pInputSection);
699 mergeSection(Module& pModule, const Input& pInputFile, LDSection& pInputSection) argument

Completed in 3150 milliseconds