Home
last modified time | relevance | path

Searched defs:MachO (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/tools/llvm-size/
Dllvm-size.cpp204 static void printDarwinSectionSizes(MachOObjectFile *MachO) { in printDarwinSectionSizes()
279 static void printDarwinSegmentSizes(MachOObjectFile *MachO) { in printDarwinSegmentSizes()
362 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in printObjectSectionSizes() local
489 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in checkMachOAndArchFlags() local
539 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
573 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
611 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
664 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
698 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
738 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DSymbol.cpp17 namespace MachO { namespace
DPlatform.cpp18 namespace MachO { namespace
DPackedVersion.cpp21 namespace MachO { namespace
DArchitectureSet.cpp16 namespace MachO { namespace
DTarget.cpp18 namespace MachO { namespace
DArchitecture.cpp18 namespace MachO { namespace
DInterfaceFile.cpp18 namespace MachO { namespace
DTextStub.cpp1092 namespace MachO { namespace
/external/llvm/include/llvm/ObjectYAML/
DObjectYAML.h24 std::unique_ptr<MachOYAML::Object> MachO; member
/external/llvm/include/llvm/MC/
DStringTableBuilder.h22 enum Kind { ELF, WinCOFF, MachO, RAW }; enumerator
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp277 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in isSymbolList64Bit() local
305 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in darwinPrintSymbol() local
568 static void darwinPrintStab(MachOObjectFile *MachO, SymbolListT::iterator I) { in darwinPrintStab()
709 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in sortAndPrintSymbolList() local
920 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in getNMTypeChar() local
986 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpSymbolNamesFromObject() local
1053 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h28 std::unique_ptr<MachOYAML::Object> MachO; member
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp904 auto *MachO = cast<MachOObjectFile>(Obj); in getRelocationValueString() local
913 auto *MachO = dyn_cast<MachOObjectFile>(Obj); in getHidden() local
1103 if (const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj)) { in DisassembleObject() local
1462 if (const MachOObjectFile *MachO = in PrintSymbolTable() local
1493 } else if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in PrintUnwindInfo() local
1505 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printExportsTrie() local
1516 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printRebaseTable() local
1527 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printBindTable() local
1538 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printLazyBindTable() local
1549 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printWeakBindTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp66 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp65 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() local
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp172 if (const auto *MachO = dyn_cast<object::MachOObjectFile>(Obj.get())) { in getObjfileForArch() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h221 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h348 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() local
/external/llvm/include/llvm/ADT/
DTriple.h200 MachO, enumerator
/external/clang/lib/Driver/
DTools.h30 class MachO; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h227 MachO, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp402 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp507 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit() local

12