Searched refs:NormalizedFile (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h23 struct NormalizedFile;
27 using lld::mach_o::normalized::NormalizedFile;
36 NormalizedFile *_normalizeMachOFile = nullptr;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h224 struct NormalizedFile { struct in namespace:lld::mach_o::normalized
283 llvm::Expected<std::unique_ptr<NormalizedFile>>
288 llvm::Error writeBinary(const NormalizedFile &file, StringRef path);
290 size_t headerAndLoadCommandsSize(const NormalizedFile &file,
295 llvm::Expected<std::unique_ptr<NormalizedFile>>
299 std::error_code writeYaml(const NormalizedFile &file, raw_ostream &out);
303 const NormalizedFile &normalizedFile,
308 const NormalizedFile &normalizedFile,
313 normalizedToAtoms(const NormalizedFile &normalizedFile, StringRef path,
317 llvm::Expected<std::unique_ptr<NormalizedFile>>
[all...]
H A DWriterMachO.cpp21 using lld::mach_o::normalized::NormalizedFile;
32 llvm::Expected<std::unique_ptr<NormalizedFile>> nFile =
H A DMachONormalizedFileFromAtoms.cpp118 void assignAddressesToSections(const NormalizedFile &file);
120 void copySegmentInfo(NormalizedFile &file);
121 void copySectionInfo(NormalizedFile &file);
122 void updateSectionInfo(NormalizedFile &file);
124 llvm::Error synthesizeDebugNotes(NormalizedFile &file);
125 llvm::Error addSymbols(const lld::File &atomFile, NormalizedFile &file);
126 void addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file);
127 void addRebaseAndBindingInfo(const lld::File &, NormalizedFile &file);
128 void addExportInfo(const lld::File &, NormalizedFile &file);
129 void addSectionRelocs(const lld::File &, NormalizedFile
[all...]
H A DMachONormalizedFileYAML.cpp329 // When reading yaml, allocate byte array owned by NormalizedFile and
333 NormalizedFile *file = info->_normalizeMachOFile;
372 NormalizedFile *file = info->_normalizeMachOFile;
712 struct MappingTraits<NormalizedFile> {
713 static void mapping(IO &io, NormalizedFile &file) {
743 static StringRef validate(IO &io, NormalizedFile &file) {
761 NormalizedFile nf;
766 MappingTraits<NormalizedFile>::mapping(io, nf);
801 llvm::Expected<std::unique_ptr<NormalizedFile>>
803 // Make empty NormalizedFile
[all...]
H A DMachONormalizedFileToAtoms.cpp277 const NormalizedFile &normalizedFile,
383 const NormalizedFile &normalizedFile,
492 const Section* findSectionCoveringAddress(const NormalizedFile &normalizedFile,
504 findAtomCoveringAddress(const NormalizedFile &normalizedFile, MachOFile &file,
522 const NormalizedFile &normalizedFile,
711 const NormalizedFile &normalizedFile,
824 dataExtractorFromSection(const NormalizedFile &normalizedFile,
854 getIndexedString(const NormalizedFile &normalizedFile,
871 readCompUnit(const NormalizedFile &normalizedFile,
939 const NormalizedFile
[all...]
H A DMachONormalizedFileBinaryWriter.cpp111 MachOFileLayout(const NormalizedFile &file, bool alwaysIncludeFunctionStarts);
186 const NormalizedFile &_file;
235 size_t headerAndLoadCommandsSize(const NormalizedFile &file,
254 MachOFileLayout::MachOFileLayout(const NormalizedFile &file,
739 static void writeVersionMinLoadCommand(const NormalizedFile &_file,
1553 llvm::Error writeBinary(const NormalizedFile &file, StringRef path) {
H A DMachONormalizedFileBinaryReader.cpp203 llvm::Expected<std::unique_ptr<NormalizedFile>>
206 // Make empty NormalizedFile.
207 std::unique_ptr<NormalizedFile> f(new NormalizedFile());
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp624 class NormalizedFile : public lld::File { class in struct:llvm::yaml::SequenceTraits
626 NormalizedFile(IO &io) function in class:llvm::yaml::SequenceTraits::NormalizedFile
633 NormalizedFile(IO &io, const lld::File *file) function in class:llvm::yaml::SequenceTraits::NormalizedFile
642 ~NormalizedFile() override {
706 MappingNormalizationHeap<NormalizedFile, const lld::File *>
759 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
760 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file);
840 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFil typedef
947 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
1011 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
1077 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
1153 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
1191 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
1284 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; typedef
[all...]

Completed in 122 milliseconds