|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/MachO.h 564 bool is64Bit() const;
References
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 82 return Obj.is64Bit() ? 8 : 4;
115 if (Obj.is64Bit()) {
215 if (Obj.is64Bit()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 184 assert(!Obj.is64Bit() &&
lib/Object/MachOObjectFile.cpp 98 bool Is64 = O.is64Bit();
174 if (O.is64Bit()) {
199 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64)
210 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64)
421 if (Obj.is64Bit()) {
498 if (Obj.is64Bit()) {
1262 if (is64Bit()) {
1311 if (is64Bit()) {
1676 if (is64Bit()) {
1692 if (is64Bit()) {
1742 unsigned SymbolTableEntrySize = is64Bit() ?
1770 if (is64Bit()) {
1910 if (is64Bit())
1927 if (is64Bit()) {
1958 if (is64Bit()) {
1973 if (is64Bit()) {
2048 if (is64Bit())
2063 if (is64Bit()) {
2135 unsigned SymbolTableEntrySize = is64Bit() ?
2491 unsigned SymbolTableEntrySize = is64Bit() ?
2505 is64Bit() ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist);
2517 is64Bit() ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist);
2536 return is64Bit() ? 8 : 4;
2541 if (!is64Bit()) {
3447 return rebaseTable(Err, this, getDyldInfoRebaseOpcodes(), is64Bit());
4118 return bindTable(Err, this, getDyldInfoBindOpcodes(), is64Bit(),
4123 return bindTable(Err, this, getDyldInfoLazyBindOpcodes(), is64Bit(),
4128 return bindTable(Err, this, getDyldInfoWeakBindOpcodes(), is64Bit(),
4408 if (is64Bit()) {
4440 assert(is64Bit());
tools/dsymutil/MachODebugMapParser.cpp 196 if (MainBinary.is64Bit())
324 if (MainBinary.is64Bit())
tools/dsymutil/MachOUtils.cpp 199 if (Obj.is64Bit()) {
309 if (Obj.is64Bit())
tools/llvm-dwarfdump/llvm-dwarfdump.cpp 254 if (MachO.is64Bit())
tools/llvm-lipo/llvm-lipo.cpp 111 const bool Is64Bit = O.is64Bit();
218 P2Alignment = FO->is64Bit() ? 3 : 2;
tools/llvm-nm/llvm-nm.cpp 340 return MachO->is64Bit();
392 if (MachO->is64Bit()) {
669 if (MachO->is64Bit()) {
1003 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type
1028 if (Obj.is64Bit() && Obj.getHeader64().filetype == MachO::MH_KEXT_BUNDLE &&
1176 if (Obj.is64Bit()) {
1278 if (MachO->is64Bit()) {
1353 !MachO->is64Bit() && H.cputype == MachO::CPU_TYPE_ARM){
1757 if (MachO->is64Bit()) {
tools/llvm-objcopy/MachO/MachOObjcopy.cpp 79 MachOWriter Writer(*O, In.is64Bit(), In.isLittleEndian(), PageSize, Out);
tools/llvm-objcopy/MachO/MachOReader.cpp 193 (MachOObj.is64Bit()
tools/llvm-objdump/MachODump.cpp 1316 if (O->is64Bit())
1349 if (O->is64Bit())
1393 if (O->is64Bit())
1425 if (O->is64Bit())
1455 if (O->is64Bit()) {
1470 uint32_t lp_size = O->is64Bit() ? 8 : 4;
1492 if (O->is64Bit())
1498 if (O->is64Bit()) {
1545 if (O->is64Bit()) {
1620 stride = (O->is64Bit()) ? sizeof(uint64_t) : sizeof(uint32_t);
1642 if (O->is64Bit()) {
1683 if (O->is64Bit())
1696 if (O->is64Bit())
1763 if (O->is64Bit()) {
1887 if (MachO->is64Bit()) {
6841 if (O->is64Bit())
7393 if (MachOOF->is64Bit()) {
7605 if (MachOOF->is64Bit())
7702 if (MachOOF->is64Bit())
7890 bool Is64 = Obj->is64Bit();
10097 PrintSymtabLoadCommand(Symtab, Obj->is64Bit(), Buf.size());
10102 Obj->is64Bit());
10199 if (Obj->is64Bit()) {
10221 if (file->is64Bit()) {
tools/llvm-readobj/MachODumper.cpp 334 if (!Obj->is64Bit()) {
363 if (!Obj->is64Bit()) {
395 if (!Obj->is64Bit()) {
414 if (!Obj->is64Bit()) {
489 if (Obj->is64Bit())
tools/llvm-size/llvm-size.cpp 521 if (MachO->is64Bit()) {
tools/obj2yaml/macho2yaml.cpp 483 Obj.is64Bit()