Home
last modified time | relevance | path

Searched refs:DataPCRelocations (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp551 !DataPCRelocations.count(EntryAddress)) { in analyzeJumpTable()
623 LLVM_DEBUG(dbgs() << "DataPCRelocations: " << DataPCRelocations.size() in populateJumpTables()
682 DataPCRelocations.erase(DataPCRelocations.find(Address)); in populateJumpTables()
692 if (opts::StrictMode && DataPCRelocations.size()) { in populateJumpTables()
694 dbgs() << DataPCRelocations.size() in populateJumpTables()
696 for (uint64_t Reloc : DataPCRelocations) in populateJumpTables()
701 clearList(DataPCRelocations); in populateJumpTables()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h195 std::unordered_set<uint64_t> DataPCRelocations; variable
1117 DataPCRelocations.emplace(Address); in addPCRelativeDataRelocation()