Searched refs:AllowLocal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DModule.cpp200 /// If AllowLocal is set to true, this function will return types that
203 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { argument
206 if (AllowLocal || !Result->hasLocalLinkage())

Completed in 71 milliseconds