Home
last modified time | relevance | path

Searched refs:getSectionForAddress (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp403 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()
1160 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in handleAArch64Veneer()
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()
[all …]
H A DBinaryFunction.cpp862 ErrorOr<BinarySection &> Section = BC.getSectionForAddress(ArrayStart); in processIndirectBranch()
884 if (!BC.getSectionForAddress(ArrayStart)->isReadOnly()) in processIndirectBranch()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1061 ErrorOr<BinarySection &> getSectionForAddress(uint64_t Address);
1062 ErrorOr<const BinarySection &> getSectionForAddress(uint64_t Address) const { in getSectionForAddress() function
1063 return const_cast<BinaryContext *>(this)->getSectionForAddress(Address); in getSectionForAddress()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp956 ErrorOr<BinarySection &> BSection = BC->getSectionForAddress(Address); in discoverFileObjects()
1154 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
1207 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
1277 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(EntryAddress); in createPLTBinaryFunction()
1902 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(SymbolAddress); in analyzeRelocation()
1972 BC->getSectionForAddress(*PLTRelocationsAddress); in processDynamicRelocations()
1986 BC->getSectionForAddress(*DynamicRelocationsAddress); in processDynamicRelocations()
2311 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(SymbolAddress); in readRelocations()
2326 dbgs() << BC->getSectionForAddress(Rel.getOffset())->getName() << "\n"; in readRelocations()
2412 BC->getSectionForAddress(SymbolAddress); in readRelocations()
[all …]
H A DMachORewriteInstance.cpp252 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1152 BC.getSectionForAddress(TargetAddress); in simplifyRODataLoads()