/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 704 class MachOFile: public SizedSection { class 706 MachOFile() { in MachOFile() function in MachOFile 713 MachOFile &Header(LoadCommands *commands, in Header() 755 void ReadFile(MachOFile *file, in ReadFile() 788 MachOFile file; in TEST_F() 806 MachOFile file; in TEST_F() 823 MachOFile file; in TEST_F() 835 MachOFile file; in TEST_F() 851 MachOFile file; in TEST_F() 872 MachOFile file; in TEST_F() [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ObjCPass.cpp | 100 _file(*_ctx.make_file<MachOFile>("<mach-o objc pass>")) { in ObjCPass() 121 MachOFile &_file;
|
D | ShimPass.cpp | 45 _file(*_ctx.make_file<MachOFile>("<mach-o shim pass>")) { in ShimPass() 117 MachOFile &_file;
|
D | TLVPass.cpp | 69 _file(*_ctx.make_file<MachOFile>("<mach-o TLV pass>")) { in TLVPass() 130 MachOFile &_file;
|
D | GOTPass.cpp | 95 _file(*_ctx.make_file<MachOFile>("<mach-o GOT Pass>")) { in GOTPass() 173 MachOFile &_file;
|
D | MachONormalizedFileToAtoms.cpp | 241 MachOFile &file, uint64_t symbolAddr, StringRef symbolName, in atomFromSymbol() 279 MachOFile &file, bool scatterable, in processSymboledSection() 386 MachOFile &file, bool scatterable, in processSection() 506 findAtomCoveringAddress(const NormalizedFile &normalizedFile, MachOFile &file, in findAtomCoveringAddress() 526 MachOFile &file, in convertRelocs() 697 static const Atom* findDefinedAtomByName(MachOFile &file, Twine name) { in findDefinedAtomByName() 712 llvm::Error parseStabs(MachOFile &file, in parseStabs() 940 llvm::Error parseDebugInfo(MachOFile &file, in parseDebugInfo() 1073 MachOFile &file, in processCIE() 1178 MachOFile &file, in processFDE() [all …]
|
D | File.h | 29 class MachOFile : public SimpleFile { 33 MachOFile(std::unique_ptr<MemoryBuffer> mb, MachOLinkingContext *ctx) in MachOFile() function 38 MachOFile(StringRef path) in MachOFile() function
|
D | StubsPass.cpp | 213 _file(*_ctx.make_file<MachOFile>("<mach-o Stubs pass>")) { in StubsPass() 368 MachOFile &_file;
|
D | ArchHandler.h | 227 virtual const DefinedAtom *createShim(MachOFile &file, bool thumbToArm, in createShim()
|
D | CompactUnwindPass.cpp | 277 _file(*_ctx.make_file<MachOFile>("<mach-o Compact Unwind Pass>")), in CompactUnwindPass() 570 MachOFile &_file;
|
D | MachONormalizedFile.h | 302 normalizedObjectToAtoms(MachOFile *file,
|
D | ArchHandler_arm.cpp | 142 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()
|
D | MachONormalizedFileFromAtoms.cpp | 407 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()
|
D | MachOLinkingContext.cpp | 34 using lld::mach_o::MachOFile; 1032 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile()
|
D | MachONormalizedFileBinaryReader.cpp | 545 std::make_unique<MachOFile>(std::move(mb), &_ctx); in loadFile()
|
/external/llvm-project/lld/include/lld/ReaderWriter/ |
D | MachOLinkingContext.h | 29 class MachOFile; variable
|