Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp408 ErrorOr<BinarySection &> FuncSection = Function->getCodeSection(); in mapCodeSections()
437 ErrorOr<BinarySection &> FuncSection = Function->getCodeSection(); in mapCodeSections()
H A DRewriteInstance.cpp3175 ErrorOr<BinarySection &> Section = Function->getCodeSection(); in emitAndLink()
3597 InjectedFunction->getCodeSection(); in mapCodeSections()
3693 ErrorOr<BinarySection &> FuncSection = Function.getCodeSection(); in mapCodeSections()
4511 ICFSymbol.st_shndx = ICFParent->getCodeSection()->getIndex(); in updateELFSymbolTable()
4621 NewSymbol.st_shndx = Function->getCodeSection()->getIndex(); in updateELFSymbolTable()
4650 : Function->getCodeSection()->getIndex(); in updateELFSymbolTable()
4738 : Function->getCodeSection()->getIndex(); in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h861 MCSection *getCodeSection(StringRef SectionName) const { in getCodeSection() function
H A DBinaryFunction.h1321 ErrorOr<BinarySection &> getCodeSection() const { in getCodeSection() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp278 BC.getCodeSection(EmitColdPart ? Function.getColdCodeSectionName() in emitFunction()
H A DBinaryFunction.cpp4045 const uint64_t BaseAddress = getCodeSection()->getOutputAddress(); in updateOutputValues()