Searched refs:NormalizedFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFile.h | 225 struct NormalizedFile { struct 284 llvm::Expected<std::unique_ptr<NormalizedFile>> argument 289 llvm::Error writeBinary(const NormalizedFile &file, StringRef path); 291 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 | 121 void copySegmentInfo(NormalizedFile &file); 122 void copySectionInfo(NormalizedFile &file); 123 void updateSectionInfo(NormalizedFile &file); 135 void copySectionContent(NormalizedFile &file); 176 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 | 334 NormalizedFile *file = info->_normalizeMachOFile; in denormalize() 373 NormalizedFile *file = info->_normalizeMachOFile; in enumeration() 713 struct MappingTraits<NormalizedFile> { 714 static void mapping(IO &io, NormalizedFile &file) { in mapping() 744 static StringRef validate(IO &io, NormalizedFile &file) { in validate() 762 NormalizedFile nf; in handledDocTag() 767 MappingTraits<NormalizedFile>::mapping(io, nf); in handledDocTag() 802 llvm::Expected<std::unique_ptr<NormalizedFile>> 805 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in readYaml() 826 std::error_code writeYaml(const NormalizedFile &file, raw_ostream &out) { in writeYaml() [all …]
|
| H A D | MachONormalizedFileToAtoms.cpp | 384 const NormalizedFile &normalizedFile, in processSection() 523 const NormalizedFile &normalizedFile, in convertRelocs() 712 const NormalizedFile &normalizedFile, in parseStabs() 825 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 | WriterMachO.cpp | 22 using lld::mach_o::normalized::NormalizedFile; 33 llvm::Expected<std::unique_ptr<NormalizedFile>> nFile = in writeFile()
|
| H A D | MachONormalizedFileBinaryReader.cpp | 204 llvm::Expected<std::unique_ptr<NormalizedFile>> 208 std::unique_ptr<NormalizedFile> f(new NormalizedFile()); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 112 MachOFileLayout(const NormalizedFile &file); 186 const NormalizedFile &_file; 235 size_t headerAndLoadCommandsSize(const NormalizedFile &file) { in headerAndLoadCommandsSize() 253 MachOFileLayout::MachOFileLayout(const NormalizedFile &file) in MachOFileLayout() 733 static void writeVersionMinLoadCommand(const NormalizedFile &_file, in writeVersionMinLoadCommand() 1545 llvm::Error writeBinary(const NormalizedFile &file, StringRef path) { in writeBinary()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 760 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in denormalize() typedef 761 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 841 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in denormalize() typedef 842 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 950 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in mapping() 1013 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1079 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1155 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in denormalize() 1195 NormalizedFile *f = reinterpret_cast<NormalizedFile *>(info->_file); in mapping() 1285 typedef MappingTraits<const lld::File *>::NormalizedFile NormalizedFile; in targetName() typedef [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | YamlContext.h | 24 struct NormalizedFile; 28 using lld::mach_o::normalized::NormalizedFile; 37 NormalizedFile *_normalizeMachOFile = nullptr;
|