Lines Matching refs:InputFile

51 bool InputFile::isInGroup;
52 uint32_t InputFile::nextGroupId;
57 std::string lld::toString(const InputFile *f) { in toString()
108 const InputFile *f) { in updateARMVFPArgs()
199 InputFile::InputFile(Kind k, MemoryBufferRef m) in InputFile() function in InputFile
259 static bool isCompatible(InputFile *file) { in isCompatible()
277 InputFile *existing = nullptr; in isCompatible()
291 template <class ELFT> static void doParseFile(InputFile *file) { in doParseFile()
309 if (file->kind() == InputFile::ObjKind) { in doParseFile()
324 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile()
333 template <class ELFT> static void doParseArmCMSEImportLib(InputFile *file) { in doParseArmCMSEImportLib()
337 void elf::parseArmCMSEImportLib(InputFile *file) { in parseArmCMSEImportLib()
367 std::string InputFile::getSrcMsg(const Symbol &sym, const InputSectionBase &sec, in getSrcMsg()
385 StringRef InputFile::getNameForScript() const { in getNameForScript()
401 static void addDependentLibrary(StringRef specifier, const InputFile *f) { in addDependentLibrary()
494 : InputFile(k, mb) { in ELFFileBase()
525 template <class ELFT> void ELFFileBase::init(InputFile::Kind k) { in init()
1645 : InputFile(BitcodeKind, mb) { in BitcodeFile()
1665 obj = CHECK(lto::InputFile::create(mbref), this); in BitcodeFile()
1687 const lto::InputFile::Symbol &objSym, BitcodeFile &f) { in createBitcodeSymbol()
1792 InputFile *elf::createInternalFile(StringRef name) { in createInternalFile()
1794 make<InputFile>(InputFile::InternalKind, MemoryBufferRef("", name)); in createInternalFile()
1843 bool InputFile::shouldExtractForCommon(StringRef name) const { in shouldExtractForCommon()