Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp202 static void printDarwinSectionSizes(MachOObjectFile *MachO) { in printDarwinSectionSizes()
277 static void printDarwinSegmentSizes(MachOObjectFile *MachO) { in printDarwinSegmentSizes()
360 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in printObjectSectionSizes() local
515 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
560 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
596 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
634 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
687 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
721 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
762 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDArchitectureSet.cpp17 namespace MachO { namespace
HDSymbol.cpp17 namespace MachO { namespace
HDPackedVersion.cpp20 namespace MachO { namespace
HDPlatform.cpp19 namespace MachO { namespace
HDTarget.cpp15 namespace MachO { namespace
HDArchitecture.cpp21 namespace MachO { namespace
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDConfigManager.h42 MachOConfig MachO; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDObjectYAML.h35 std::unique_ptr<MachOYAML::Object> MachO; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDStringTableBuilder.h29 MachO, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDiagnosticBuilderWrappers.cpp18 namespace MachO { namespace
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDObjectFileTransformer.cpp29 if (auto *MachO = dyn_cast<object::MachOObjectFile>(&Obj)) { in getUUID() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp312 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in darwinPrintSymbol() local
590 static void darwinPrintStab(MachOObjectFile *MachO, const NMSymbol &S) { in darwinPrintStab()
784 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in printSymbolList() local
1164 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in getNMSectionTagAndName() local
1219 static void dumpSymbolsFromDLInfoMachO(MachOObjectFile &MachO, in dumpSymbolsFromDLInfoMachO()
1811 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in getSymbolNamesFromObject() local
2019 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOARM.h347 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.h25 class MachO; variable
HDDarwin.cpp925 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MachO() function in MachO
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp551 if (auto *MachO = dyn_cast<MachOObjectFile>(Obj)) in getRelocationValueString() local
563 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden() local
1590 static StringRef getSegmentName(const MachOObjectFile *MachO, in getSegmentName()
1699 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&Obj); in disassembleObject() local
2788 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj); in printSectionContents() local
2880 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&O); in printSymbol() local
3068 else if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O)) in printUnwindInfo() local
HDMachODump.cpp2069 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
10493 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printLazyBindTable() local
10503 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printWeakBindTable() local
10513 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printExportsTrie() local
10523 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printRebaseTable() local
10533 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) in printBindTable() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp365 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType()
377 if (auto *MachO = dyn_cast<MachOObjectFile>(&Obj)) { in filterArch() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp541 Expected<const MachOConfig &> MachO = Config.getMachOConfig(); in executeObjcopyOnMachOUniversalBinary() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp1192 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&Obj); in mapRangeAddress() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h310 MachO, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp520 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp421 bool MachO = TM.getTargetTriple().isOSBinFormatMachO(); in LowerPATCHABLE_EVENT_CALL() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp764 auto *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpUUID() local