Home
last modified time | relevance | path

Searched defs:MachOObj (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp512 if (const auto *MachOObj = dyn_cast<object::MachOUniversalBinary>(&Binary)) { in macho2yaml() local
519 if (const auto *MachOObj = dyn_cast<object::MachOObjectFile>(&Binary)) { in macho2yaml() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOReader.h31 const object::MachOObjectFile &MachOObj; variable
H A DMachOReader.cpp62 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp280 if (auto *MachOObj = dyn_cast<object::MachOObjectFile>(Obj->get())) in getObjectFileInterface() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp541 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjectBuffer); in createLinkGraphFromMachOObject_arm64() local
H A DMachO_x86_64.cpp466 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjectBuffer); in createLinkGraphFromMachOObject_x86_64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp450 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjBuffer); in buildGraph() local
H A DMachO_arm64.cpp490 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjBuffer); in buildGraph() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp73 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper() local
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1978 if (auto *MachOObj = dyn_cast<object::MachOObjectFile>(&Obj)) in findValidRelocs() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp148 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget()
294 static void getSectionsAndSymbols(MachOObjectFile *MachOObj, in getSectionsAndSymbols()