Searched refs:MachOFile (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ObjCPass.cpp | 101 _file(*_ctx.make_file<MachOFile>("<mach-o objc pass>")) { in ObjCPass() 122 MachOFile &_file;
|
| H A D | ShimPass.cpp | 46 _file(*_ctx.make_file<MachOFile>("<mach-o shim pass>")) { in ShimPass() 118 MachOFile &_file;
|
| H A D | MachONormalizedFileToAtoms.cpp | 279 MachOFile &file, bool scatterable, in processSymboledSection() 385 MachOFile &file, bool scatterable, in processSection() 525 MachOFile &file, in convertRelocs() 711 llvm::Error parseStabs(MachOFile &file, in parseStabs() 939 llvm::Error parseDebugInfo(MachOFile &file, in parseDebugInfo() 1072 MachOFile &file, in processCIE() 1177 MachOFile &file, in processFDE() 1321 MachOFile &file, in addEHFrameReferences() 1361 MachOFile &file) { in parseObjCImageInfo() 1405 std::unique_ptr<MachOFile> file(new MachOFile(path)); in objectToAtoms() [all …]
|
| H A D | TLVPass.cpp | 70 _file(*_ctx.make_file<MachOFile>("<mach-o TLV pass>")) { in TLVPass() 131 MachOFile &_file;
|
| H A D | GOTPass.cpp | 96 _file(*_ctx.make_file<MachOFile>("<mach-o GOT Pass>")) { in GOTPass() 174 MachOFile &_file;
|
| H A D | File.h | 28 class MachOFile : public SimpleFile { 32 MachOFile(std::unique_ptr<MemoryBuffer> mb, MachOLinkingContext *ctx) in MachOFile() function 37 MachOFile(StringRef path) in MachOFile() function
|
| H A D | StubsPass.cpp | 214 _file(*_ctx.make_file<MachOFile>("<mach-o Stubs pass>")) { in StubsPass() 370 MachOFile &_file;
|
| H A D | CompactUnwindPass.cpp | 278 _file(*_ctx.make_file<MachOFile>("<mach-o Compact Unwind Pass>")), in CompactUnwindPass() 575 MachOFile &_file;
|
| H A D | ArchHandler.h | 228 virtual const DefinedAtom *createShim(MachOFile &file, bool thumbToArm, in createShim()
|
| H A D | ArchHandler_arm.cpp | 143 const DefinedAtom *createShim(MachOFile &file, bool thumbToArm, 1417 Thumb2ToArmShimAtom(MachOFile &file, StringRef targetName, in Thumb2ToArmShimAtom() 1464 ArmToThumbShimAtom(MachOFile &file, StringRef targetName, in ArmToThumbShimAtom() 1507 const DefinedAtom *ArchHandler_arm::createShim(MachOFile &file, in createShim()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 408 if (auto *machoFile = dyn_cast<mach_o::MachOFile>(&atom->file())) { in processAtomAttributes() 802 std::set<const mach_o::MachOFile*> filesWithStabs; in synthesizeDebugNotes() 821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() 822 dyn_cast<mach_o::MachOFile>(&info.atom->file())) { in synthesizeDebugNotes() 856 const auto &atomFile = cast<mach_o::MachOFile>(atom->file()); in synthesizeDebugNotes()
|
| H A D | MachONormalizedFile.h | 302 normalizedObjectToAtoms(MachOFile *file,
|
| H A D | MachOLinkingContext.cpp | 35 using lld::mach_o::MachOFile; 1029 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile()
|
| H A D | MachONormalizedFileBinaryReader.cpp | 546 llvm::make_unique<MachOFile>(std::move(mb), &_ctx); in loadFile()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 30 class MachOFile; variable
|