Home
last modified time | relevance | path

Searched refs:OriginSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h220 BinarySection *OriginSection = nullptr; variable
682 : OriginSection(&Section), Address(Address), Size(Size), BC(BC), in BinaryFunction()
1039 BinarySection *getOriginSection() const { return OriginSection; } in getOriginSection()
1041 void setOriginSection(BinarySection *Section) { OriginSection = Section; } in setOriginSection()
1307 if (!OriginSection) in getOriginSectionName()
1309 return OriginSection->getName(); in getOriginSectionName()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4734 BinarySection *OriginSection = Function->getOriginSection(); in updateELFSymbolTable() local
4736 OriginSection in updateELFSymbolTable()
4737 ? getNewSectionIndex(OriginSection->getSectionRef().getIndex()) in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp407 OriginSection ? OriginSection->getName() : "<no origin section>"; in print()