Searched refs:IsDSOLocal (Results 1 – 2 of 2) sorted by relevance
88 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()115 unsigned IsDSOLocal : 1; variable305 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()308 return IsDSOLocal; in isDSOLocal()
265 bool IsDSOLocal = true; in propagateAttributes() local305 IsDSOLocal &= S->isDSOLocal(); in propagateAttributes()307 if (!IsDSOLocal) in propagateAttributes()