Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h62 static bool skipRelocationProcess(uint64_t Type, uint64_t Contents);
/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp551 bool Relocation::skipRelocationProcess(uint64_t Type, uint64_t Contents) { in skipRelocationProcess() function in Relocation
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1862 if ((Skip = Relocation::skipRelocationProcess(RType, *Value))) in analyzeRelocation()