Lines Matching refs:NormalizedFile

119   void      assignAddressesToSections(const NormalizedFile &file);
121 void copySegmentInfo(NormalizedFile &file);
122 void copySectionInfo(NormalizedFile &file);
123 void updateSectionInfo(NormalizedFile &file);
125 llvm::Error synthesizeDebugNotes(NormalizedFile &file);
126 llvm::Error addSymbols(const lld::File &atomFile, NormalizedFile &file);
127 void addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file);
128 void addRebaseAndBindingInfo(const lld::File &, NormalizedFile &file);
129 void addExportInfo(const lld::File &, NormalizedFile &file);
130 void addSectionRelocs(const lld::File &, NormalizedFile &file);
131 void addFunctionStarts(const lld::File &, NormalizedFile &file);
132 void buildDataInCodeArray(const lld::File &, NormalizedFile &file);
133 void addDependentDylibs(const lld::File &, NormalizedFile &file);
134 void copyEntryPointAddress(NormalizedFile &file);
135 void copySectionContent(NormalizedFile &file);
173 void appendSection(SectionInfo *si, NormalizedFile &file);
176 NormalizedFile &file);
589 void Util::assignAddressesToSections(const NormalizedFile &file) { in assignAddressesToSections()
625 void Util::copySegmentInfo(NormalizedFile &file) { in copySegmentInfo()
637 void Util::appendSection(SectionInfo *si, NormalizedFile &file) { in appendSection()
653 void Util::copySectionContent(NormalizedFile &file) { in copySectionContent()
700 void Util::copySectionInfo(NormalizedFile &file) { in copySectionInfo()
710 void Util::updateSectionInfo(NormalizedFile &file) { in updateSectionInfo()
724 void Util::copyEntryPointAddress(NormalizedFile &nFile) { in copyEntryPointAddress()
795 llvm::Error Util::synthesizeDebugNotes(NormalizedFile &file) { in synthesizeDebugNotes()
1034 NormalizedFile &file) { in addSymbols()
1170 void Util::addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file) { in addIndirectSymbols()
1221 NormalizedFile &nFile) { in addDependentDylibs()
1292 void Util::addSectionRelocs(const lld::File &, NormalizedFile &file) { in addSectionRelocs()
1335 void Util::addFunctionStarts(const lld::File &, NormalizedFile &file) { in addFunctionStarts()
1379 void Util::buildDataInCodeArray(const lld::File &, NormalizedFile &file) { in buildDataInCodeArray()
1422 NormalizedFile &nFile) { in addRebaseAndBindingInfo()
1493 NormalizedFile &file) { in fixLazyReferenceImm()
1533 void Util::addExportInfo(const lld::File &atomFile, NormalizedFile &nFile) { in addExportInfo()
1584 llvm::Expected<std::unique_ptr<NormalizedFile>>
1592 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in normalizedFromAtoms()
1593 NormalizedFile &normFile = *f.get(); in normalizedFromAtoms()