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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h127 LDSection& pInputSection) {
125 mergeSection(Module& pModule, const Input& pInputFile, LDSection& pInputSection) argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp56 LDSection& pInputSection) {
58 pInputFile.path().native(), pInputSection.name());
61 pInputSection.setKind(LDFileFormat::Ignore);
66 (pair.first == NULL) ? pInputSection.name() : pair.first->name();
71 pInputSection.kind(),
72 pInputSection.type(),
73 pInputSection.flag());
74 target->setAlign(pInputSection.align());
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame());
87 UpdateSectionAlign(*target, pInputSection);
55 MergeSection(const Input& pInputFile, LDSection& pInputSection) argument
[all...]
H A DSectionMap.cpp174 const std::string& pInputSection) const {
179 if (matched(**in, pInputFile, pInputSection))
187 const std::string& pInputSection) {
192 if (matched(**in, pInputFile, pInputSection))
220 const std::string& pInputSection,
231 if ((*in)->getSection()->name().compare(pInputSection) == 0)
238 Input* input = new Input(pInputSection, pPolicy);
246 Input* input = new Input(pInputSection, pPolicy);
298 const std::string& pInputSection) const {
315 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) {
186 find(const std::string& pInputFile, const std::string& pInputSection) argument
219 insert( const std::string& pInputSection, const std::string& pOutputSection, InputSectDesc::KeepPolicy pPolicy) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp694 LDSection& pInputSection) {
695 if ((pInputSection.flag() & llvm::ELF::SHF_HEX_GPREL) ||
696 (pInputSection.kind() == LDFileFormat::LinkOnce) ||
697 (pInputSection.kind() == LDFileFormat::Target)) {
704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
707 builder.MergeSection(pInputFile, pInputSection);
692 mergeSection(Module& pModule, const Input& pInputFile, LDSection& pInputSection) argument

Completed in 268 milliseconds