Home
last modified time | relevance | path

Searched refs:getBaseAddressForMapping (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/unittests/Core/
H A DBinaryContext.cpp79 BC->getBaseAddressForMapping(0x7f13f5556000, 0x10e8c000); in TEST_P()
83 BaseAddress = BC->getBaseAddressForMapping(0x7f13f5556000, 0x137a000); in TEST_P()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1044 Optional<uint64_t> getBaseAddressForMapping(uint64_t MMapAddress,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp2048 BC->getBaseAddressForMapping(MMapInfo.MMapAddress, MMapInfo.Offset); in parseMMapEvents()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1894 BinaryContext::getBaseAddressForMapping(uint64_t MMapAddress, in getBaseAddressForMapping() function in llvm::bolt::BinaryContext