Searched refs:pInputFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 173 const std::string& pInputFile, in find() argument 179 if (matched(**in, pInputFile, pInputSection)) in find() 186 SectionMap::mapping SectionMap::find(const std::string& pInputFile, in find() argument 192 if (matched(**in, pInputFile, pInputSection)) in find() 296 const std::string& pInputFile, in matched() argument 298 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched() 305 if (matched(llvm::cast<WildcardPattern>(**file), pInputFile)) { in matched()
|
D | ObjectBuilder.cpp | 55 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile, in MergeSection() argument 58 pInputFile.path().native(), pInputSection.name()); in MergeSection() 86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 160 const_mapping find(const std::string& pInputFile, 162 mapping find(const std::string& pInputFile, const std::string& pInputSection); 199 const std::string& pInputFile,
|
D | ObjectBuilder.h | 65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
|
/frameworks/compile/mclinker/lib/LD/ |
D | Archive.cpp | 29 Archive::Archive(Input& pInputFile, InputBuilder& pBuilder) in Archive() argument 30 : m_ArchiveFile(pInputFile), in Archive()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 126 const Input& pInputFile, in mergeSection() argument
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Archive.h | 111 Archive(Input& pInputFile, InputBuilder& pBuilder);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 693 const Input& pInputFile, in mergeSection() argument 707 builder.MergeSection(pInputFile, pInputSection); in mergeSection()
|