Searched refs:markAmbiguousRelocations (Results 1 – 3 of 3) sorted by relevance
1134 void markAmbiguousRelocations(BinaryData &BD, const uint64_t Address);
2594 BC->markAmbiguousRelocations(*BD, Address); in readRelocations()2634 BC->markAmbiguousRelocations(*BD, Address); in readRelocations()
2091 void BinaryContext::markAmbiguousRelocations(BinaryData &BD, in markAmbiguousRelocations() function in llvm::bolt::BinaryContext