Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCSymbol.h108 mutable unsigned IsUsedInReloc : 1; variable
157 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()
206 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()
207 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h108 mutable unsigned IsUsedInReloc : 1; variable
157 Kind(Kind), IsUsedInReloc(false), SymbolContents(SymContentsUnset), in MCSymbol()
206 void setUsedInReloc() const { IsUsedInReloc = true; } in setUsedInReloc()
207 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc()