Home
last modified time | relevance | path

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

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