Home
last modified time | relevance | path

Searched defs:EntryAddress (Results 1 – 7 of 7) sorted by relevance

/llvm-project/bolt/lib/Core/
H A DJumpTable.cpp111 for (const uint64_t EntryAddress : EntriesAsAddress) in print() local
H A DBinaryContext.cpp572 __anon3ed2de1b0302(uint64_t EntryAddress, bool Unreachable = false) analyzeJumpTable() argument
603 for (uint64_t EntryAddress = Address; EntryAddress <= UpperBound - EntrySize; analyzeJumpTable() local
732 for (uint64_t EntryAddress : JT->EntriesAsAddress) populateJumpTables() local
[all...]
H A DBinaryFunction.cpp1766 for (uint64_t EntryAddress : JT.EntriesAsAddress) { in postProcessJumpTables() local
1725 for (uint64_t EntryAddress : JT.EntriesAsAddress) { postProcessJumpTables() local
[all...]
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1500 createPLTBinaryFunction(uint64_t TargetAddress,uint64_t EntryAddress,uint64_t EntrySize) createPLTBinaryFunction() argument
1594 const uint64_t EntryAddress = SectionAddress + EntryOffset; disassemblePLTSectionAArch64() local
1653 const uint64_t EntryAddress = SectionAddress + EntryOffset; disassemblePLTSectionRISCV() local
[all...]
H A DLinuxKernelRewriter.cpp398 const uint64_t EntryAddress = SectionAddress + I; processLKKSymtab() local
/llvm-project/bolt/lib/Profile/
H A DDataReader.cpp484 uint64_t EntryAddress = BB->getOffset() + BF.getAddress(); in fetchProfileForOtherEntryPoints() local
/llvm-project/bolt/runtime/
H A Dinstr.cpp1136 uint64_t *EntryAddress = new (Alloc, 0) uint64_t[NumNodes]; in computeEdgeFrequencies() local