Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/tools/llvm-size/
H A 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 …]
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A 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
/aosp_15_r20/external/llvm/tools/llvm-nm/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DSymbol.cpp17 namespace MachO { namespace
H A DPackedVersion.cpp20 namespace MachO { namespace
H A DPlatform.cpp19 namespace MachO { namespace
H A DArchitectureSet.cpp17 namespace MachO { namespace
H A DTarget.cpp15 namespace MachO { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DSymbol.cpp17 namespace MachO { namespace
H A DPlatform.cpp18 namespace MachO { namespace
H A DPackedVersion.cpp21 namespace MachO { namespace
H A DArchitectureSet.cpp16 namespace MachO { namespace
H A DTarget.cpp18 namespace MachO { namespace
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h24 std::unique_ptr<MachOYAML::Object> MachO; member
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h22 enum Kind { ELF, WinCOFF, MachO, RAW }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h28 std::unique_ptr<MachOYAML::Object> MachO; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DConfigManager.h42 MachOConfig MachO; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DConfigManager.h42 MachOConfig MachO; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/
DConfigManager.h42 MachOConfig MachO; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/
DConfigManager.h42 MachOConfig MachO; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjCopy/
DConfigManager.h42 MachOConfig MachO; member
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h46 enum ObjectFormat { ELF, MachO, COFF }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h33 std::unique_ptr<MachOYAML::Object> MachO; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DObjectYAML.h35 std::unique_ptr<MachOYAML::Object> MachO; member

123