Searched refs:DataPCRelocations (Results 1 – 2 of 2) sorted by relevance
551 !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()
195 std::unordered_set<uint64_t> DataPCRelocations; variable1117 DataPCRelocations.emplace(Address); in addPCRelativeDataRelocation()