Home
last modified time | relevance | path

Searched defs:pTag (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.tcc20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue()
42 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, in ReadTag()
64 bool ELFAttributeData::WriteAttribute(TagType pTag, in WriteAttribute()
DELFDynamic.cpp79 void ELFDynamic::reserveOne(uint64_t pTag) { in reserveOne()
84 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) { in applyOne()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp42 ARMELFAttributeData::getOrCreateAttributeValue(TagType pTag) { in getOrCreateAttributeValue()
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag) { in GetAttributeValueType()
146 TagType pTag, in merge()