Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h83 HasLLVMReservedName(false), IsDSOLocal(false), IntID((Intrinsic::ID)0U), in GlobalValue()
110 unsigned IsDSOLocal : 1; variable
277 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()
280 return IsDSOLocal; in isDSOLocal()