Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h85 uint64_t OutputAddress{0}; // Section address for the rewritten binary.
402 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress()
412 void setOutputAddress(uint64_t Address) { OutputAddress = Address; } in setOutputAddress()
H A DBinaryFunction.h230 uint64_t OutputAddress{0};
1049 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress()
1715 OutputAddress = Address; in setOutputAddress()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3592 const uint64_t OutputAddress = InjectedFunction->getOutputAddress(); in mapCodeSections() local
3593 if (!OutputAddress) in mapCodeSections()
3599 FunctionSection->setOutputAddress(OutputAddress); in mapCodeSections()
3601 OutputAddress); in mapCodeSections()
4640 const uint64_t OutputAddress = in updateELFSymbolTable() local
4643 NewSymbol.st_value = OutputAddress; in updateELFSymbolTable()
4647 OutputAddress >= Function->cold().getAddress() && in updateELFSymbolTable()
4648 OutputAddress < Function->cold().getImageSize() in updateELFSymbolTable()