Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp64 const auto OutputAddress = IOAddressMap.lookup(InputAddress); in writeEntriesForBB() local
83 const uint64_t OutputAddress = Function.getOutputAddress(); in write() local
262 const uint64_t OutputAddress = KeyVal.first + Address; in writeMaps() local
389 const uint64_t OutputAddress = PrevAddress + OutputDelta; parseMaps() local
[all...]
/llvm-project/bolt/include/bolt/Profile/
H A DBoltAddressTranslation.h277 getNumBasicBlocks(uint64_t OutputAddress) getNumBasicBlocks() argument
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3636 const uint64_t OutputAddress = InjectedFunction->getOutputAddress(); mapCodeSections() local
4772 const uint64_t OutputAddress = updateELFSymbolTable() local
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp4323 if (auto OutputAddress = BC.getIOAddressMap().lookup(Address)) translateInputToOutputAddress() local