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

/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp27 bool pIsDyn,
36 result->setSource(pIsDyn);
49 bool pIsDyn,
75 new_symbol->setSource(pIsDyn);
26 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
48 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DResolveInfo.cpp77 void ResolveInfo::setSource(bool pIsDyn) argument
79 if (pIsDyn)
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h52 bool pIsDyn,
66 bool pIsDyn,
H A DResolveInfo.h105 /// @param pIsDyn is the source from a dynamic object?
106 void setSource(bool pIsDyn);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h107 bool pIsDyn,
200 bool pIsDyn,
210 bool pIsDyn,
220 bool pIsDyn,
230 bool pIsDyn,
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp240 bool pIsDyn,
255 m_LDInfo.getNamePool().insertSymbol(pName, pIsDyn, pType, pDesc,
277 info->setSource(pIsDyn);
310 bool pIsDyn,
330 info->setSource(pIsDyn);
361 bool pIsDyn,
373 m_LDInfo.getNamePool().insertSymbol(pName, pIsDyn, pType, pDesc, pBinding,
407 bool pIsDyn,
424 pIsDyn,
239 defineSymbolForcefully(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
309 defineSymbolAsRefered(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
360 defineAndResolveSymbolForcefully(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
406 defineAndResolveSymbolAsRefered(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument

Completed in 1155 milliseconds