Home
last modified time | relevance | path

Searched refs:skipRelocationType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h59 static bool skipRelocationType(uint64_t Type);
/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp545 bool Relocation::skipRelocationType(uint64_t Type) { in skipRelocationType() function in Relocation
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2333 if (Relocation::skipRelocationType(RType)) in readRelocations()