Home
last modified time | relevance | path

Searched defs:isIRelative (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DRelocation.h129 bool isIRelative() const { return isIRelative(Type); } in isIRelative() function
/llvm-project/bolt/lib/Core/
H A DRelocation.cpp895 bool Relocation::isIRelative(uint64_t Type) { isIRelative() function in Relocation