Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp113 for (const uint64_t EntryAddress : EntriesAsAddress) in print() local
H A DBinaryContext.cpp503 auto addEntryAddress = [&](uint64_t EntryAddress) { in analyzeJumpTable()
544 for (uint64_t EntryAddress = Address; EntryAddress <= UpperBound - EntrySize; in analyzeJumpTable() local
665 for (uint64_t EntryAddress : JT->EntriesAsAddress) in populateJumpTables() local
H A DBinaryFunction.cpp1649 uint64_t EntryAddress = JT.EntriesAsAddress[I]; in postProcessJumpTables() local
1701 uint64_t EntryAddress = JT->EntriesAsAddress[EntryOffset / JT->EntrySize]; in postProcessJumpTables() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp563 Optional<object::SectionedAddress> EntryAddress = in updateUnitDebugInfo() local
570 Optional<object::SectionedAddress> EntryAddress = in updateUnitDebugInfo() local
640 Optional<object::SectionedAddress> EntryAddress = in updateUnitDebugInfo() local
H A DRewriteInstance.cpp1254 uint64_t EntryAddress, in createPLTBinaryFunction()
1323 const uint64_t EntryAddress = SectionAddress + EntryOffset; in disassemblePLTSectionAArch64() local
2057 const uint64_t EntryAddress = SectionAddress + I; in processLKExTable() local
2144 const uint64_t EntryAddress = SectionAddress + I; in processLKKSymtab() local
2176 const uint64_t EntryAddress = SectionAddress + I; in processLKBugTable() local
2203 const uint64_t EntryAddress = SectionAddress + I; in processLKSMPLocks() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp494 uint64_t EntryAddress = BB->getOffset() + BF.getAddress(); in fetchProfileForOtherEntryPoints() local
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp1071 uint64_t *EntryAddress = new (Alloc, 0) uint64_t[NumNodes]; in computeEdgeFrequencies() local