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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, const char* &pBuf, argument
23 pTag = static_cast<ELFAttributeData::TagType>(
64 bool ELFAttributeData::WriteAttribute(TagType pTag, argument
69 leb128::encode<uint32_t>(pBuf, pTag);
H A DELFDynamic.cpp84 void ELFDynamic::reserveOne(uint64_t pTag) argument
90 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) argument
93 m_EntryList[m_Idx]->setValue(pTag, pValue);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp18 const ELFAttributeValue *ARMELFAttributeData::getAttributeValue(TagType pTag) const
20 if (pTag <= Tag_Max) {
21 const ELFAttributeValue &attr_value = m_Attrs[pTag];
30 UnknownAttrsMap::const_iterator attr_it = m_UnknownAttrs.find(pTag);
41 ARMELFAttributeData::getOrCreateAttributeValue(TagType pTag) argument
45 if (pTag <= Tag_Max) {
46 attr_value = &m_Attrs[pTag];
49 attr_value = &m_UnknownAttrs[pTag];
58 attr_value->setType(GetAttributeValueType(pTag));
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag) argument
146 merge(const LinkerConfig& pConfig, const Input &pInput, TagType pTag, const ELFAttributeValue& pInAttr) argument
[all...]

Completed in 46 milliseconds