Searched refs:OutputOffset (Results 1 – 4 of 4) sorted by relevance
43 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()
636 const uint32_t OutputOffset = static_cast<uint32_t>( in updateOutputValues() local639 std::make_pair(OutputOffset, InputFunctionOffset)); in updateOutputValues()644 std::make_pair(InputFunctionOffset, OutputOffset + BBAddress)); in updateOutputValues()
70 uint64_t OutputOffset{0};135 uint64_t getOutputOffset() const { return OutputOffset; } in getOutputOffset()179 void setOutputOffset(uint64_t Offset) { OutputOffset = Offset; } in setOutputOffset()
45 const uint64_t OutputOffset = IOPair.first + BBOutputOffset; in writeEntriesForBB() local49 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()