Home
last modified time | relevance | path

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

123

/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/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp217 static void printDarwinSectionSizes(MachOObjectFile *MachO) { in printDarwinSectionSizes()
292 static void printDarwinSegmentSizes(MachOObjectFile *MachO) { in printDarwinSegmentSizes()
375 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in printObjectSectionSizes() local
530 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
577 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
611 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
649 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
702 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
736 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
777 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in printFileSectionSizes() local
[all …]
/external/llvm/include/llvm/ObjectYAML/
DObjectYAML.h24 std::unique_ptr<MachOYAML::Object> MachO; member
/external/llvm-project/llvm/lib/TextAPI/MachO/
DSymbol.cpp17 namespace MachO { namespace
DPlatform.cpp18 namespace MachO { namespace
DPackedVersion.cpp21 namespace MachO { namespace
DArchitectureSet.cpp17 namespace MachO { namespace
DTarget.cpp18 namespace MachO { namespace
/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
/external/llvm/include/llvm/MC/
DStringTableBuilder.h22 enum Kind { ELF, WinCOFF, MachO, RAW }; enumerator
/external/llvm-project/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp170 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType()
231 getImageBaseAddress(const object::MachOObjectFile *MachO) { in getImageBaseAddress()
261 if (const auto *MachO = dyn_cast<object::MachOObjectFile>(&Obj)) in getImageBaseAddress() local
/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/llvm-project/llvm/include/llvm/ObjectYAML/
DObjectYAML.h30 std::unique_ptr<MachOYAML::Object> MachO; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/external/llvm-project/llvm/include/llvm/MC/
DStringTableBuilder.h28 MachO, enumerator
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DObjectFileTransformer.cpp28 if (auto *MachO = dyn_cast<object::MachOObjectFile>(&Obj)) { in getUUID() local
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp66 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() local
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp356 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in isSymbolList64Bit() local
384 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in darwinPrintSymbol() local
679 static void darwinPrintStab(MachOObjectFile *MachO, const NMSymbol &S) { in darwinPrintStab()
819 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); in sortAndPrintSymbolList() local
1166 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in getNMSectionTagAndName() local
1240 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj); local
1795 auto *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local

123