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

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

Completed in 48 milliseconds