Lines Matching refs:ContainingBF

2063     BinaryFunction *ContainingBF =  in processLKExTable()  local
2065 if (!ContainingBF) in processLKExTable()
2068 MCSymbol *ReferencedSymbol = ContainingBF->getSymbol(); in processLKExTable()
2069 const uint64_t FunctionOffset = RefAddress - ContainingBF->getAddress(); in processLKExTable()
2081 ReferencedSymbol = ContainingBF->addEntryPointAtOffset(FunctionOffset); in processLKExTable()
2209 BinaryFunction *ContainingBF = in processLKSMPLocks() local
2211 if (!ContainingBF) in processLKSMPLocks()
2389 BinaryFunction *ContainingBF = nullptr; in readRelocations() local
2391 ContainingBF = in readRelocations()
2395 assert(ContainingBF && "cannot find function for address in code"); in readRelocations()
2396 if (!IsAArch64 && !ContainingBF->containsAddress(Rel.getOffset())) { in readRelocations()
2398 outs() << "BOLT-INFO: " << *ContainingBF in readRelocations()
2400 ContainingBF->setSize(ContainingBF->getMaxSize()); in readRelocations()
2401 ContainingBF->setSimple(false); in readRelocations()
2433 } else if (ContainingBF && !IsSectionRelocation && ReferencedSymbol) { in readRelocations()
2437 ContainingBF->addRelocation(Rel.getOffset(), ReferencedSymbol, RType, in readRelocations()
2474 errs() << " from function " << *ContainingBF << '\n'; in readRelocations()
2493 if (IsToCode && ContainingBF && !Relocation::isPCRelative(RType) && in readRelocations()
2500 for (const auto &RelKV : ContainingBF->Relocations) { in readRelocations()
2513 << *RogueBF << " in function " << *ContainingBF << '\n'; in readRelocations()
2535 if (ContainingBF && ContainingBF != ReferencedBF) { in readRelocations()
2658 ContainingBF->addRelocation(Rel.getOffset(), ReferencedSymbol, RType, in readRelocations()