reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 uint64_t isecAddr = isec->getVA(0); 257 const uint8_t *buf = isec->data().begin(); 272 auto relIt = llvm::find_if(isec->relocations, [=](const Relocation &r) { 277 if (relIt != isec->relocations.end()) 279 if (branchDestInFirstRegion(isec, branchOff, instr2, scanRes.rel)) { 280 if (patchInRange(isec, branchOff, instr2)) { 284 warn(toString(isec->file) + 286 isec->name + " is too large to patch");