Home
last modified time | relevance | path

Searched refs:pInputFile (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp173 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()
297 const std::string& pInputFile, in matched() argument
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
306 if (matched(llvm::cast<WildcardPattern>(**file), pInputFile)) { in matched()
DObjectBuilder.cpp55 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/
DSectionMap.h160 const_mapping find(const std::string& pInputFile,
162 mapping find(const std::string& pInputFile, const std::string& pInputSection);
199 const std::string& pInputFile,
DObjectBuilder.h65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
/frameworks/compile/mclinker/lib/LD/
DArchive.cpp29 Archive::Archive(Input& pInputFile, InputBuilder& pBuilder) in Archive() argument
30 : m_ArchiveFile(pInputFile), in Archive()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h126 const Input& pInputFile, in mergeSection() argument
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h111 Archive(Input& pInputFile, InputBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp662 const Input& pInputFile, in mergeSection() argument
676 builder.MergeSection(pInputFile, pInputSection); in mergeSection()