Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbolWasm.h21 mutable bool IsUsedInGOT = false; variable
95 void setUsedInGOT() const { IsUsedInGOT = true; } in setUsedInGOT()
96 bool isUsedInGOT() const { return IsUsedInGOT; } in isUsedInGOT()