Home
last modified time | relevance | path

Searched refs:getOutputOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp215 NewRel.Offset = BD->getOutputOffset() + RelOffset; in reorderRelocations()
242 while (OS.tell() < BD->getOutputOffset()) in reorderContents()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h135 uint64_t getOutputOffset() const { return OutputOffset; } in getOutputOffset() function