Searched refs:getOriginSection (Results 1 – 6 of 6) sorted by relevance
93 if (CalleeFunc->getOriginSection() != LastCS) { in dumpTargetFunctionStub()95 LastCS = CalleeFunc->getOriginSection(); in dumpTargetFunctionStub()258 const BinarySection *LastSection = BF.getOriginSection(); in dumpFunction()
90 Function.getOriginSection()}); in runOnFunctions()
511 StringRef SectionContents = BF.getOriginSection()->getContents(); in emitConstantIslands()515 BF.getAddress() - BF.getOriginSection()->getAddress(), BF.getMaxSize()); in emitConstantIslands()
963 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()
1477 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()
1039 BinarySection *getOriginSection() const { return OriginSection; } in getOriginSection() function