reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
435 const StringRef FileName = O->getFileName(); 436 if (O->isRelocationScattered(RE)) { 437 uint32_t Val = O->getPlainRelocationSymbolNum(RE); 439 for (const SymbolRef &Symbol : O->symbols()) { 449 for (const SectionRef &Section : ToolSectionFilter(*O)) { 453 StringRef NameOrErr = unwrapOrError(Section.getName(), O->getFileName()); 463 bool isExtern = O->getPlainRelocationExternal(RE); 464 uint64_t Val = O->getPlainRelocationSymbolNum(RE); 466 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND) { 472 symbol_iterator SI = O->symbol_begin(); 476 section_iterator SI = O->section_begin(); 483 while (I != 0 && SI != O->section_end()) { 487 if (SI == O->section_end()) {