Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp93 if (CalleeFunc->getOriginSection() != LastCS) { in dumpTargetFunctionStub()
95 LastCS = CalleeFunc->getOriginSection(); in dumpTargetFunctionStub()
258 const BinarySection *LastSection = BF.getOriginSection(); in dumpFunction()
H A DPatchEntries.cpp90 Function.getOriginSection()}); in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp511 StringRef SectionContents = BF.getOriginSection()->getContents(); in emitConstantIslands()
515 BF.getAddress() - BF.getOriginSection()->getAddress(), BF.getMaxSize()); in emitConstantIslands()
H A DBinaryFunction.cpp963 BinarySection &Section = *getOriginSection(); in getData()
1564 Rel->Offset += getAddress() - getOriginSection()->getAddress() + Offset; in scanExternalRefs()
1575 getOriginSection()->addPendingRelocation(Rel); in scanExternalRefs()
3920 if (!getOriginSection()->containsAddress( in isSymbolValidInScope()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1477 uint64_t NextObjectAddress = Function.getOriginSection()->getEndAddress(); in adjustFunctionBoundaries()
2485 if (*ReferencedBF->getOriginSection() != *ReferencedSection) { in readRelocations()
4609 Function->getOriginSection()->getSectionRef().getIndex()) in updateELFSymbolTable()
4734 BinarySection *OriginSection = Function->getOriginSection(); in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1039 BinarySection *getOriginSection() const { return OriginSection; } in getOriginSection() function