Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp211 printDarwinSectionSizes(MachOObjectFile * MachO) printDarwinSectionSizes() argument
286 printDarwinSegmentSizes(MachOObjectFile * MachO) printDarwinSegmentSizes() argument
369 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); printObjectSectionSizes() local
524 auto *MachO = dyn_cast<MachOObjectFile>(O); checkMachOAndArchFlags() local
569 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
605 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
643 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
696 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
730 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
771 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
807 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
839 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); printFileSectionSizes() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp17 namespace MachO { namespace
H A DPackedVersion.cpp20 namespace MachO { namespace
H A DSymbol.cpp17 namespace MachO { namespace
H A DTarget.cpp15 namespace MachO { namespace
H A DPlatform.cpp19 namespace MachO { namespace
H A DArchitecture.cpp21 namespace MachO { namespace
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h42 MachOConfig MachO; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h33 std::unique_ptr<MachOYAML::Object> MachO; global() member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h29 MachO, enumerator
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp18 namespace MachO { namespace
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp29 if (auto *MachO = dyn_cast<object::MachOObjectFile>(&Obj)) { in getUUID() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-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/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h347 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h25 class MachO; variable
H A DDarwin.cpp925 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MachO() function in MachO
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-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
H A DMachODump.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/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp365 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType()
377 if (auto *MachO = dyn_cast<MachOObjectFile>(&Obj)) { in filterArch() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp531 Expected<const MachOConfig &> MachO = Config.getMachOConfig(); executeObjcopyOnMachOUniversalBinary() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1192 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&Obj); in mapRangeAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h310 MachO, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp520 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp421 bool MachO = TM.getTargetTriple().isOSBinFormatMachO(); in LowerPATCHABLE_EVENT_CALL() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp764 auto *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpUUID() local