Lines Matching refs:getSectionForAddress

403   ErrorOr<BinarySection &> Section = getSectionForAddress(Address);  in handleAddressRef()
448 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in analyzeMemoryAt()
525 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in analyzeJumpTable()
825 *getSectionForAddress(Address)); in getOrCreateJumpTable()
855 *getSectionForAddress(JT->getAddress())); in duplicateJumpTable()
998 ErrorOr<BinarySection &> SectionOrErr = getSectionForAddress(Address); in registerNameAtAddress()
1160 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in handleAArch64Veneer()
1263 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in processInterproceduralReferences()
1909 ErrorOr<BinarySection &> BinaryContext::getSectionForAddress(uint64_t Address) { in getSectionForAddress() function in llvm::bolt::BinaryContext
1924 if (ErrorOr<const BinarySection &> Section = getSectionForAddress(Address)) in getSectionNameForAddress()
2023 const ErrorOr<const BinarySection &> Section = getSectionForAddress(Address); in getUnsignedValueAtAddress()
2038 const ErrorOr<const BinarySection &> Section = getSectionForAddress(Address); in getSignedValueAtAddress()
2054 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in addRelocation()
2063 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in addDynamicRelocation()
2070 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in removeRelocationAt()
2076 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in getRelocationAt()
2084 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in getDynamicRelocationAt()