Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1882 uint64_t getOutputDataAddress() const { return OutputDataOffset; } in getOutputDataAddress() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4528 uint64_t DataMark = Function.getOutputDataAddress(); in updateELFSymbolTable()