HomeSort by: relevance | last modified time | path
    Searched refs:isUsedInGOT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 23 mutable bool IsUsedInGOT = false;
118 void setUsedInGOT() const { IsUsedInGOT = true; }
119 bool isUsedInGOT() const { return IsUsedInGOT; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 1356 if (WS.isUsedInGOT()) {

Completed in 17 milliseconds