Searched refs:IsDSOLocal (Results 1 – 2 of 2) sorted by relevance
82 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()109 unsigned IsDSOLocal : 1; variable299 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()302 return IsDSOLocal; in isDSOLocal()
256 bool IsDSOLocal = true; in propagateAttributes() local296 IsDSOLocal &= S->isDSOLocal(); in propagateAttributes()298 if (!IsDSOLocal) in propagateAttributes()