Searched refs:NormalizedFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFile.h | 224 struct NormalizedFile { struct 283 llvm::Expected<std::unique_ptr<NormalizedFile>> argument 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>>
|
| H A D | MachONormalizedFileFromAtoms.cpp | 120 void copySegmentInfo(NormalizedFile &file); 121 void copySectionInfo(NormalizedFile &file); 122 void updateSectionInfo(NormalizedFile &file); 134 void copySectionContent(NormalizedFile &file); 175 NormalizedFile &file); 625 void Util::copySegmentInfo(NormalizedFile &file) { in copySegmentInfo() 700 void Util::copySectionInfo(NormalizedFile &file) { in copySectionInfo() 710 void Util::updateSectionInfo(NormalizedFile &file) { in updateSectionInfo() 1584 llvm::Expected<std::unique_ptr<NormalizedFile>> 1592 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in normalizedFromAtoms() [all …]
|
| H A D | MachONormalizedFileYAML.cpp | 333 NormalizedFile *file = info->_normalizeMachOFile; in denormalize() 372 NormalizedFile *file = info->_normalizeMachOFile; in enumeration() 712 struct MappingTraits<NormalizedFile> { 713 static void mapping(IO &io, NormalizedFile &file) { in mapping() 743 static std::string validate(IO &io, NormalizedFile &file) { return {}; } in validate() 759 NormalizedFile nf; in handledDocTag() 764 MappingTraits<NormalizedFile>::mapping(io, nf); in handledDocTag() 799 llvm::Expected<std::unique_ptr<NormalizedFile>> 802 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in readYaml() 823 std::error_code writeYaml(const NormalizedFile &file, raw_ostream &out) { in writeYaml() [all …]
|
| H A D | WriterMachO.cpp | 21 using lld::mach_o::normalized::NormalizedFile; 32 llvm::Expected<std::unique_ptr<NormalizedFile>> nFile = in writeFile()
|
| H A D | MachONormalizedFileToAtoms.cpp | 385 const NormalizedFile &normalizedFile, in processSection() 524 const NormalizedFile &normalizedFile, in convertRelocs() 713 const NormalizedFile &normalizedFile, in parseStabs() 826 dataExtractorFromSection(const NormalizedFile &normalizedFile, in dataExtractorFromSection() 855 getIndexedString(const NormalizedFile &normalizedFile, in getIndexedString() 872 readCompUnit(const NormalizedFile &normalizedFile, in readCompUnit() 1071 static llvm::Error processCIE(const NormalizedFile &normalizedFile, in processCIE() 1176 static llvm::Error processFDE(const NormalizedFile &normalizedFile, in processFDE() 1412 dylibToAtoms(const NormalizedFile &normalizedFile, StringRef path, in dylibToAtoms() 1432 const NormalizedFile &normalizedFile, in normalizedObjectToAtoms() [all …]
|
| H A D | MachONormalizedFileBinaryReader.cpp | 203 llvm::Expected<std::unique_ptr<NormalizedFile>> 207 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 111 MachOFileLayout(const NormalizedFile &file, bool alwaysIncludeFunctionStarts); 186 const NormalizedFile &_file; 235 size_t headerAndLoadCommandsSize(const NormalizedFile &file, in headerAndLoadCommandsSize() 254 MachOFileLayout::MachOFileLayout(const NormalizedFile &file, in MachOFileLayout() 739 static void writeVersionMinLoadCommand(const NormalizedFile &_file, in writeVersionMinLoadCommand() 1553 llvm::Error writeBinary(const NormalizedFile &file, StringRef path) { in writeBinary()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | YamlContext.h | 23 struct NormalizedFile; 27 using lld::mach_o::normalized::NormalizedFile; 36 NormalizedFile *_normalizeMachOFile = nullptr;
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 759 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in denormalize() typedef 760 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 840 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in denormalize() typedef 841 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 949 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in mapping() 1012 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1078 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1154 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1194 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in mapping() 1284 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in targetName() typedef [all …]
|