Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h90 static bool isRelative(uint64_t Type);
112 bool isRelative() const { return isRelative(Type); } in isRelative() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp585 bool Relocation::isRelative(uint64_t Type) { in isRelative() function in Relocation
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4938 const bool IsRelative = Rel.isRelative(); in patchELFAllocatableRelaSections()