Lines Matching refs:InputFile

43 bool InputFile::isInGroup;
44 uint32_t InputFile::nextGroupId;
50 std::vector<InputFile *> elf::objectFiles;
56 std::string lld::toString(const InputFile *f) { in toString()
99 InputFile::InputFile(Kind k, MemoryBufferRef m) in InputFile() function in InputFile
137 static bool isCompatible(InputFile *file) { in isCompatible()
155 InputFile *existing; in isCompatible()
170 template <class ELFT> static void doParseFile(InputFile *file) { in doParseFile()
217 void elf::parseFile(InputFile *file) { in parseFile()
262 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg()
280 StringRef InputFile::getNameForScript() const { in getNameForScript()
329 ELFFileBase::ELFFileBase(Kind k, MemoryBufferRef mb) : InputFile(k, mb) { in ELFFileBase()
510 static void addDependentLibrary(StringRef specifier, const InputFile *f) { in addDependentLibrary()
699 const InputFile *f) { in updateARMVFPArgs()
1215 : InputFile(ArchiveKind, file->getMemoryBufferRef()), in ArchiveFile()
1246 InputFile *file = createObjectFile(mb, getName(), c.getChildOffset()); in fetch()
1674 : InputFile(BitcodeKind, mb) { in BitcodeFile()
1694 obj = CHECK(lto::InputFile::create(mbref), this); in BitcodeFile()
1716 const lto::InputFile::Symbol &objSym, in createBitcodeSymbol()
1754 for (const lto::InputFile::Symbol &objSym : obj->symbols()) in parse()
1784 InputFile *elf::createObjectFile(MemoryBufferRef mb, StringRef archiveName, in createObjectFile()
1808 InputFile *file = createObjectFile(mb, archiveName, offsetInArchive); in fetch()
1823 std::unique_ptr<lto::InputFile> obj = in parse()
1824 CHECK(lto::InputFile::create(this->mb), this); in parse()
1825 for (const lto::InputFile::Symbol &sym : obj->symbols()) { in parse()