HomeSort by relevance Sort by last modified time
    Searched defs:isUsedInReloc (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 103 mutable unsigned IsUsedInReloc : 1;
152 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset),
209 void setUsedInReloc() const { IsUsedInReloc = true; }
210 bool isUsedInReloc() const { return IsUsedInReloc; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbol.h 107 mutable unsigned IsUsedInReloc : 1;
156 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset),
213 void setUsedInReloc() const { IsUsedInReloc = true; }
214 bool isUsedInReloc() const { return IsUsedInReloc; }

Completed in 123 milliseconds