Home
last modified time | relevance | path

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

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