Home
last modified time | relevance | path

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

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