reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1003 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type 1003 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type 1004 : Obj.getSymbolTableEntry(Symb).n_type; 1015 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); 1021 if (Sec == Obj.section_end()) 1025 if (Expected<StringRef> NameOrErr = Obj.getSectionName(Ref)) 1027 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); 1028 if (Obj.is64Bit() && Obj.getHeader64().filetype == MachO::MH_KEXT_BUNDLE && 1028 if (Obj.is64Bit() && Obj.getHeader64().filetype == MachO::MH_KEXT_BUNDLE &&