Home
last modified time | relevance | path

Searched refs:OutputOffset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp43 assert(OutputOffset == Other->OutputOffset); in merge()
81 return OutputSection->getOutputAddress() + OutputOffset; in getOutputAddress()
95 return (getOffset() != OutputOffset || OutputSection != Section); in isMoved()
135 Flags(Flags), OutputSection(&Section), OutputOffset(getOffset()) { in BinaryData()
H A DBinaryBasicBlock.cpp636 const uint32_t OutputOffset = static_cast<uint32_t>( in updateOutputValues() local
639 std::make_pair(OutputOffset, InputFunctionOffset)); in updateOutputValues()
644 std::make_pair(InputFunctionOffset, OutputOffset + BBAddress)); in updateOutputValues()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h70 uint64_t OutputOffset{0};
135 uint64_t getOutputOffset() const { return OutputOffset; } in getOutputOffset()
179 void setOutputOffset(uint64_t Offset) { OutputOffset = Offset; } in setOutputOffset()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp45 const uint64_t OutputOffset = IOPair.first + BBOutputOffset; in writeEntriesForBB() local
49 if (OutputOffset == BBOutputOffset) in writeEntriesForBB()
52 LLVM_DEBUG(dbgs() << " Key: " << Twine::utohexstr(OutputOffset) << " Val: " in writeEntriesForBB()
55 std::pair<uint32_t, uint32_t>(OutputOffset, InputOffset | BRANCHENTRY)); in writeEntriesForBB()