Home
last modified time | relevance | path

Searched defs:getOutputAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp79 uint64_t BinaryData::getOutputAddress() const { in getOutputAddress() function in BinaryData
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp238 auto getOutputAddress = [](const BinaryFunction &Func, in buildTables() local
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h402 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress() function
H A DBinaryFunction.h1049 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress() function