/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 68 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() 81 static Expected<T> getStructOrErr(const MachOObjectFile &O, const char *P) { in getStructOrErr() 94 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() 108 static const char *getPtr(const MachOObjectFile &O, size_t Offset) { in getPtr() 114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() 127 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() 131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() 145 static bool getPlainRelocationPCRel(const MachOObjectFile &O, in getPlainRelocationPCRel() 157 static unsigned getPlainRelocationLength(const MachOObjectFile &O, in getPlainRelocationLength() 169 static unsigned getPlainRelocationType(const MachOObjectFile &O, in getPlainRelocationType() [all …]
|
D | SymbolSize.cpp | 28 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSectionID() 34 if (auto *M = dyn_cast<MachOObjectFile>(&O)) in getSymbolSectionID()
|
D | CMakeLists.txt | 14 MachOObjectFile.cpp
|
D | MachOUniversal.cpp | 62 Expected<std::unique_ptr<MachOObjectFile>> 229 Expected<std::unique_ptr<MachOObjectFile>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie); 88 friend class MachOObjectFile; 115 const MachOObjectFile *O; 133 BindRebaseSegInfo(const MachOObjectFile *Obj); 169 MachORebaseEntry(Error *Err, const MachOObjectFile *O, 184 friend class MachOObjectFile; 191 const MachOObjectFile *O; 215 MachOBindEntry(Error *Err, const MachOObjectFile *O, 235 friend class MachOObjectFile; 243 const MachOObjectFile *O; [all …]
|
D | MachOUniversal.h | 97 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName() 101 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName() 114 Expected<std::unique_ptr<MachOObjectFile>> getAsObjectFile() const; 165 Expected<std::unique_ptr<MachOObjectFile>>
|
D | ObjectFile.h | 41 class MachOObjectFile; variable 364 static Expected<std::unique_ptr<MachOObjectFile>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 38 const MachOObjectFile &Obj = in processRelocationRef() 39 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef() 137 return populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection() 139 return populateIndirectSymbolPointersSection(cast<MachOObjectFile>(Obj), in finalizeSection() 149 const MachOObjectFile &Obj = in processSECTDIFFRelocation() 150 static_cast<const MachOObjectFile&>(BaseObjT); in processSECTDIFFRelocation() 212 Error populateJumpTable(const MachOObjectFile &Obj, in populateJumpTable()
|
D | RuntimeDyldMachOX86_64.h | 38 const MachOObjectFile &Obj = in processRelocationRef() 39 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef() 159 const MachOObjectFile &BaseObj, in processSubtractRelocation() 161 const MachOObjectFile &Obj = in processSubtractRelocation() 162 static_cast<const MachOObjectFile&>(BaseObj); in processSubtractRelocation()
|
D | RuntimeDyldMachOARM.h | 105 const MachOObjectFile &Obj = in processRelocationRef() 106 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef() 298 return populateIndirectSymbolPointersSection(cast<MachOObjectFile>(Obj), in finalizeSection() 348 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() 349 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 277 const MachOObjectFile &Obj = in processRelocationRef() 278 static_cast<const MachOObjectFile &>(BaseObjT); in processRelocationRef() 483 const MachOObjectFile &Obj = in processSubtractRelocation() 484 static_cast<const MachOObjectFile&>(BaseObjT); in processSubtractRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 78 MachOLinkGraphBuilder(const object::MachOObjectFile &Obj); 82 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() 155 static unsigned getPointerSize(const object::MachOObjectFile &Obj); 156 static support::endianness getEndianness(const object::MachOObjectFile &Obj); 187 const object::MachOObjectFile &Obj;
|
D | MachOLinkGraphBuilder.cpp | 48 MachOLinkGraphBuilder::MachOLinkGraphBuilder(const object::MachOObjectFile &Obj) in MachOLinkGraphBuilder() 81 MachOLinkGraphBuilder::getPointerSize(const object::MachOObjectFile &Obj) { in getPointerSize() 86 MachOLinkGraphBuilder::getEndianness(const object::MachOObjectFile &Obj) { in getEndianness()
|
D | MachO_x86_64.cpp | 28 MachOLinkGraphBuilder_x86_64(const object::MachOObjectFile &Obj) in MachOLinkGraphBuilder_x86_64()
|
D | MachO_arm64.cpp | 28 MachOLinkGraphBuilder_arm64(const object::MachOObjectFile &Obj) in MachOLinkGraphBuilder_arm64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 67 const MachOObjectFile &Obj = in getRelocationEntry() 68 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry() 112 static section_iterator getSectionByAddress(const MachOObjectFile &Obj, 117 Error populateIndirectSymbolPointersSection(const MachOObjectFile &Obj,
|
D | RuntimeDyldMachO.cpp | 59 const MachOObjectFile &Obj = in processScatteredVANILLA() 60 static_cast<const MachOObjectFile&>(BaseObjT); in processScatteredVANILLA() 101 const MachOObjectFile &Obj = in getRelocationValueRef() 102 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef() 143 auto &O = *cast<MachOObjectFile>(RI->getObject()); in makeValueAddendPCRel() 163 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() 181 const MachOObjectFile &Obj, in populateIndirectSymbolPointersSection()
|
D | RuntimeDyld.cpp | 477 assert(isa<MachOObjectFile>(Obj)); in isRequiredForExecution() 495 assert(isa<MachOObjectFile>(Obj)); in isReadOnlyData() 507 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 278 bool darwinDsymMatchesBinary(const MachOObjectFile *DbgObj, in darwinDsymMatchesBinary() 279 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary() 363 const MachOObjectFile *MachExeObj, const std::string &ArchName) { in lookUpDsymFile() 382 const MachOObjectFile *MachDbgObj = dyn_cast<const MachOObjectFile>(DbgObj); in lookUpDsymFile() 448 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 98 const MachOObjectFile *ExeObj,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 76 auto *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpUUID() 1385 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() 1412 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered() 1680 if (!L && isa<MachOObjectFile>(&Obj)) in DWARFObjInMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 535 "llvm/lib/Object/MachOObjectFile.cpp",
|
D | BUILD.gn | 651 "llvm/lib/Object/MachOObjectFile.cpp",
|
D | CMakeLists.txt | 537 ${LLVM_DIR}/lib/Object/MachOObjectFile.cpp
|