Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-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-src/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 DPlatform.cpp19 namespace MachO { namespace
H A DTarget.cpp15 namespace MachO { namespace
H A DArchitecture.cpp21 namespace MachO { namespace
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h42 MachOConfig MachO; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h35 std::unique_ptr<MachOYAML::Object> MachO; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h29 MachO, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp28 if (auto *MachO = dyn_cast<object::MachOObjectFile>(&Obj)) { getUUID() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp312 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in darwinPrintSymbol() local
590 darwinPrintStab(MachOObjectFile * MachO,const NMSymbol & S) darwinPrintStab() argument
784 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); printSymbolList() local
1164 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) getNMSectionTagAndName() local
1219 dumpSymbolsFromDLInfoMachO(MachOObjectFile & MachO,std::vector<NMSymbol> & SymbolList) dumpSymbolsFromDLInfoMachO() argument
1811 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); getSymbolNamesFromObject() local
2022 auto *MachO = dyn_cast<MachOObjectFile>(O); checkMachOAndArchFlags() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h347 const MachOObjectFile &MachO = in processHALFSECTDIFFRelocation() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h25 class MachO; variable
[all...]
H A DDarwin.cpp926 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) MachO() function in MachO
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp435 if (auto *MachO = dyn_cast<MachOObjectFile>(Obj)) getRelocationValueString() local
447 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); getHidden() local
1453 getSegmentName(const MachOObjectFile * MachO,const SectionRef & Section) getSegmentName() argument
1562 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&Obj); disassembleObject() local
2640 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj); printSectionContents() local
2732 const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(&O); printSymbol() local
2916 else if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O)) printUnwindInfo() local
[all...]
H A DMachODump.cpp2069 auto *MachO = dyn_cast<MachOObjectFile>(O); checkMachOAndArchFlags() local
10381 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) printLazyBindTable() local
10391 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) printWeakBindTable() local
10401 if (const MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) printExportsTrie() local
10411 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) printRebaseTable() local
10421 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o)) printBindTable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp335 getCPUType(MachOObjectFile & MachO) getCPUType() argument
347 if (auto *MachO = dyn_cast<MachOObjectFile>(&Obj)) { filterArch() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp541 Expected<const MachOConfig &> MachO = Config.getMachOConfig(); in executeObjcopyOnMachOUniversalBinary() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp380 bool MachO = TM.getTargetTriple().isOSBinFormatMachO(); LowerPATCHABLE_EVENT_CALL() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h291 MachO, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp520 auto *MachO = cast<MachOObjectFile>(Obj); in isZeroInit() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp764 auto *MachO = dyn_cast<MachOObjectFile>(&Obj); in dumpUUID() local