| /external/llvm/tools/llvm-size/ | 
| D | llvm-size.cpp | 204 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/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ | 
| D | Symbol.cpp | 17 namespace MachO {  namespace
  | 
| D | Platform.cpp | 18 namespace MachO {  namespace
  | 
| D | PackedVersion.cpp | 21 namespace MachO {  namespace
  | 
| D | ArchitectureSet.cpp | 16 namespace MachO {  namespace
  | 
| D | Target.cpp | 18 namespace MachO {  namespace
  | 
| D | Architecture.cpp | 18 namespace MachO {  namespace
  | 
| D | InterfaceFile.cpp | 18 namespace MachO {  namespace
  | 
| D | TextStub.cpp | 1092 namespace MachO {  namespace
  | 
| /external/llvm/include/llvm/ObjectYAML/ | 
| D | ObjectYAML.h | 24   std::unique_ptr<MachOYAML::Object> MachO;  member
  | 
| /external/llvm/include/llvm/MC/ | 
| D | StringTableBuilder.h | 22   enum Kind { ELF, WinCOFF, MachO, RAW };  enumerator
  | 
| /external/llvm/tools/llvm-nm/ | 
| D | llvm-nm.cpp | 277   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/ | 
| D | ObjectYAML.h | 28   std::unique_ptr<MachOYAML::Object> MachO;  member
  | 
| /external/llvm/tools/llvm-objdump/ | 
| D | llvm-objdump.cpp | 904   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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | StringTableBuilder.h | 25   enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF };  enumerator
  | 
| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCMCInstLower.cpp | 66     MachineModuleInfoMachO &MachO = getMachOMMI(AP);  in GetSymbolFromOperand()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCMCInstLower.cpp | 65     MachineModuleInfoMachO &MachO = getMachOMMI(AP);  in GetSymbolFromOperand()  local
  | 
| /external/llvm/tools/dsymutil/ | 
| D | BinaryHolder.cpp | 172     if (const auto *MachO = dyn_cast<object::MachOObjectFile>(Obj.get())) {  in getObjfileForArch()  local
  | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldMachOARM.h | 221     const MachOObjectFile &MachO =  in processHALFSECTDIFFRelocation()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldMachOARM.h | 348     const MachOObjectFile &MachO =  in processHALFSECTDIFFRelocation()  local
  | 
| /external/llvm/include/llvm/ADT/ | 
| D | Triple.h | 200     MachO,  enumerator
  | 
| /external/clang/lib/Driver/ | 
| D | Tools.h | 30 class MachO;  variable
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | Triple.h | 227     MachO,  enumerator
  | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyld.cpp | 402   auto *MachO = cast<MachOObjectFile>(Obj);  in isZeroInit()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyld.cpp | 507   auto *MachO = cast<MachOObjectFile>(Obj);  in isZeroInit()  local
  |