Lines Matching refs:Input
92 bool readSection(Input& pInput, SectionData& pSD);
129 /// section in the specified input.
130 uint64_t getTPOffset(const Input& pInput) const;
133 /// section in the specified input.
134 uint64_t getDTPOffset(const Input& pInput) const;
137 /// in the specified input.
138 uint64_t getGP0(const Input& pInput) const;
225 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
228 virtual void mergeFlags(Input& pInput, const char* ELF_hdr);
232 typedef llvm::DenseMap<const Input*, llvm::ELF::Elf64_Addr> InputNumMapType;
233 typedef llvm::DenseMap<const Input*, uint64_t> ElfFlagsMapType;
263 void saveTPOffset(const Input& pInput);