Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h65 bool isGOT() const { return Kind == GOT; } in isGOT() function
/llvm-project/bolt/lib/Core/
H A DRelocation.cpp855 bool Relocation::isGOT(uint64_t Type) { isGOT() function in Relocation