Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 mutable bool IsUsedInGOT = false; variable
125 void setUsedInGOT() const { IsUsedInGOT = true; } in setUsedInGOT()
126 bool isUsedInGOT() const { return IsUsedInGOT; } in isUsedInGOT()