Home
last modified time | relevance | path

Searched refs:MachOFile (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp100 _file(*_ctx.make_file<MachOFile>("<mach-o objc pass>")) { in ObjCPass()
121 MachOFile &_file;
H A DShimPass.cpp45 _file(*_ctx.make_file<MachOFile>("<mach-o shim pass>")) { in ShimPass()
117 MachOFile &_file;
H A DTLVPass.cpp69 _file(*_ctx.make_file<MachOFile>("<mach-o TLV pass>")) { in TLVPass()
130 MachOFile &_file;
H A DGOTPass.cpp95 _file(*_ctx.make_file<MachOFile>("<mach-o GOT Pass>")) { in GOTPass()
173 MachOFile &_file;
H A DMachONormalizedFileToAtoms.cpp279 MachOFile &file, bool scatterable, in processSymboledSection()
386 MachOFile &file, bool scatterable, in processSection()
526 MachOFile &file, in convertRelocs()
712 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 auto file = std::make_unique<MachOFile>(path); in objectToAtoms()
[all …]
H A DFile.h29 class MachOFile : public SimpleFile {
33 MachOFile(std::unique_ptr<MemoryBuffer> mb, MachOLinkingContext *ctx) in MachOFile() function
38 MachOFile(StringRef path) in MachOFile() function
H A DStubsPass.cpp213 _file(*_ctx.make_file<MachOFile>("<mach-o Stubs pass>")) { in StubsPass()
368 MachOFile &_file;
H A DCompactUnwindPass.cpp277 _file(*_ctx.make_file<MachOFile>("<mach-o Compact Unwind Pass>")), in CompactUnwindPass()
570 MachOFile &_file;
H A DArchHandler.h227 virtual const DefinedAtom *createShim(MachOFile &file, bool thumbToArm, in createShim()
H A DArchHandler_arm.cpp142 const DefinedAtom *createShim(MachOFile &file, bool thumbToArm,
1416 Thumb2ToArmShimAtom(MachOFile &file, StringRef targetName, in Thumb2ToArmShimAtom()
1463 ArmToThumbShimAtom(MachOFile &file, StringRef targetName, in ArmToThumbShimAtom()
1506 const DefinedAtom *ArchHandler_arm::createShim(MachOFile &file, in createShim()
H A DMachONormalizedFile.h302 normalizedObjectToAtoms(MachOFile *file,
H A DMachONormalizedFileFromAtoms.cpp407 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 DMachOLinkingContext.cpp34 using lld::mach_o::MachOFile;
1032 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile()
H A DMachONormalizedFileBinaryReader.cpp545 std::make_unique<MachOFile>(std::move(mb), &_ctx); in loadFile()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h29 class MachOFile; variable