Home
last modified time | relevance | path

Searched refs:MachOObjectFile (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp95 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
275 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
1204 std::unique_ptr<MachOObjectFile> Obj( in create()
1213 MachOObjectFile::MachOObjectFile(MemoryBufferRef Object, bool IsLittleEndian, in MachOObjectFile() function in MachOObjectFile
2646 Triple MachOObjectFile::getHostArch() { in getHostArch()
3402 MachOObjectFile::rebaseTable(Error &Err, MachOObjectFile *O, in rebaseTable()
4085 MachOObjectFile::bindTable(Error &Err, MachOObjectFile *O, in bindTable()
4114 MachOObjectFile::load_command_iterator
4119 MachOObjectFile::load_command_iterator
4210 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType()
[all …]
H A DSymbolSize.cpp29 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSectionID()
35 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSymbolSectionID()
H A DMachOUniversal.cpp63 Expected<std::unique_ptr<MachOObjectFile>>
213 Expected<std::unique_ptr<MachOObjectFile>>
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h89 friend class MachOObjectFile;
116 const MachOObjectFile *O;
134 BindRebaseSegInfo(const MachOObjectFile *Obj);
187 friend class MachOObjectFile;
194 const MachOObjectFile *O;
238 friend class MachOObjectFile;
246 const MachOObjectFile *O;
265 class MachOObjectFile : public ObjectFile {
708 const MachOObjectFile *MachOOF = in getOffset()
716 const MachOObjectFile *MachOOF = in getLength()
[all …]
H A DMachOUniversal.h96 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName()
100 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName()
113 Expected<std::unique_ptr<MachOObjectFile>> getAsObjectFile() const;
161 Expected<std::unique_ptr<MachOObjectFile>>
H A DObjectFile.h41 class MachOObjectFile; variable
346 static Expected<std::unique_ptr<MachOObjectFile>>
H A DRelocVisitor.h48 if (isa<MachOObjectFile>(ObjToVisit))
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h24 class MachOObjectFile; variable
77 void printMachOUnwindInfo(const object::MachOObjectFile *O);
78 void printMachOExportsTrie(const object::MachOObjectFile *O);
79 void printMachORebaseTable(object::MachOObjectFile *O);
80 void printMachOBindTable(object::MachOObjectFile *O);
81 void printMachOLazyBindTable(object::MachOObjectFile *O);
82 void printMachOWeakBindTable(object::MachOObjectFile *O);
H A DMachODump.cpp2001 if (MachOObjectFile *O = dyn_cast<MachOObjectFile>(&*ChildOrErr.get())) { in parseInputMachO()
2018 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*O)) in parseInputMachO()
2056 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) in parseInputMachO()
2117 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) in parseInputMachO()
2137 if (MachOObjectFile *O = in parseInputMachO()
2165 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&Obj)) in parseInputMachO()
2188 if (MachOObjectFile *O = in parseInputMachO()
2190 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(O)) in parseInputMachO()
2212 MachOObjectFile *O;
9794 const MachOObjectFile *file = dyn_cast<const MachOObjectFile>(Obj); in printMachOFileHeader()
[all …]
H A Dllvm-objdump.cpp877 if (auto *MachO = dyn_cast<MachOObjectFile>(Obj)) in getRelocationValueString()
1531 if (const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj)) { in disassembleObject()
2079 if (const MachOObjectFile *MachO = in printSymbolTable()
2080 dyn_cast<const MachOObjectFile>(O)) { in printSymbolTable()
2130 else if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O)) in printUnwindInfo()
2141 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printExportsTrie()
2151 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printRebaseTable()
2161 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printBindTable()
2171 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printLazyBindTable()
2181 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printWeakBindTable()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper()
62 void printSectionHeaders(const MachOObjectFile *Obj);
64 const MachOObjectFile *Obj;
75 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper()
306 static void getSection(const MachOObjectFile *Obj, in getSection()
335 static void getSegment(const MachOObjectFile *Obj, in getSegment()
336 const MachOObjectFile::LoadCommandInfo &L, in getSegment()
367 static void getSymbol(const MachOObjectFile *Obj, in getSymbol()
433 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { in printSectionHeaders()
528 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation()
[all …]
H A Dllvm-readobj.cpp574 Expected<std::unique_ptr<MachOObjectFile>> ObjOrErr = Obj.getAsObjectFile(); in dumpMachOUniversalBinary()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h39 const MachOObjectFile &Obj = in processRelocationRef()
40 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef()
135 return populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection()
137 return populateIndirectSymbolPointersSection(cast<MachOObjectFile>(Obj), in finalizeSection()
147 const MachOObjectFile &Obj = in processSECTDIFFRelocation()
148 static_cast<const MachOObjectFile&>(BaseObjT); in processSECTDIFFRelocation()
210 Error populateJumpTable(const MachOObjectFile &Obj, in populateJumpTable()
H A DRuntimeDyldMachOX86_64.h39 const MachOObjectFile &Obj = in processRelocationRef()
40 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef()
160 const MachOObjectFile &BaseObj, in processSubtractRelocation()
162 const MachOObjectFile &Obj = in processSubtractRelocation()
163 static_cast<const MachOObjectFile&>(BaseObj); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h106 const MachOObjectFile &Obj = in processRelocationRef()
107 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef()
296 return populateIndirectSymbolPointersSection(cast<MachOObjectFile>(Obj), in finalizeSection()
346 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation()
347 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h278 const MachOObjectFile &Obj = in processRelocationRef()
279 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef()
484 const MachOObjectFile &Obj = in processSubtractRelocation()
485 static_cast<const MachOObjectFile&>(BaseObjT); in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h68 const MachOObjectFile &Obj = in getRelocationEntry()
69 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry()
113 static section_iterator getSectionByAddress(const MachOObjectFile &Obj,
118 Error populateIndirectSymbolPointersSection(const MachOObjectFile &Obj,
H A DRuntimeDyldMachO.cpp60 const MachOObjectFile &Obj = in processScatteredVANILLA()
61 static_cast<const MachOObjectFile&>(BaseObjT); in processScatteredVANILLA()
102 const MachOObjectFile &Obj = in getRelocationValueRef()
103 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
144 auto &O = *cast<MachOObjectFile>(RI->getObject()); in makeValueAddendPCRel()
164 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()
182 const MachOObjectFile &Obj, in populateIndirectSymbolPointersSection()
H A DRuntimeDyld.cpp429 assert(isa<MachOObjectFile>(Obj)); in isRequiredForExecution()
447 assert(isa<MachOObjectFile>(Obj)); in isReadOnlyData()
459 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit()
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp313 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in isSymbolList64Bit()
341 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in darwinPrintSymbol()
385 H = MachO->MachOObjectFile::getHeader(); in darwinPrintSymbol()
787 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in sortAndPrintSymbolList()
1099 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in getNMTypeChar()
1167 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpSymbolNamesFromObject()
1246 H = MachO->MachOObjectFile::getHeader(); in dumpSymbolNamesFromObject()
1703 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags()
1717 H = MachO->MachOObjectFile::getHeader(); in checkMachOAndArchFlags()
1789 if (isa<MachOObjectFile>(O)) { in dumpSymbolNamesFromFile()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp239 bool darwinDsymMatchesBinary(const MachOObjectFile *DbgObj, in darwinDsymMatchesBinary()
240 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary()
251 const MachOObjectFile *MachExeObj, const std::string &ArchName) { in lookUpDsymFile()
270 const MachOObjectFile *MachDbgObj = dyn_cast<const MachOObjectFile>(DbgObj); in lookUpDsymFile()
317 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h87 const MachOObjectFile *ExeObj,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp76 auto *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpUUID()
1192 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo()
1219 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered()
1461 if (!L && isa<MachOObjectFile>(&Obj)) in DWARFObjInMemory()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp249 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType()
261 if (auto *MachO = dyn_cast<MachOObjectFile>(&Obj)) { in filterArch()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp51 using llvm::object::MachOObjectFile;
515 for (const ExportEntry &trieExport : MachOObjectFile::exports(Err, trie)) { in readBinary()

12