Searched defs:pVis (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp415 ResolveInfo::Visibility pVis)
432 if ((pVis == ResolveInfo::Default) || (pVis == ResolveInfo::Protected)) {
433 pVis = ResolveInfo::Hidden;
451 LDSymbol* input_sym = addSymbolFromObject(name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
456 return addSymbolFromDynObj(pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
407 AddSymbol(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBind, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, LDSection* pSection, ResolveInfo::Visibility pVis) argument

Completed in 212 milliseconds