Home
last modified time | relevance | path

Searched refs:pTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h48 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
84 inline void setValue(uint64_t pTag, uint64_t pValue);
154 void reserveOne(uint64_t pTag);
156 void applyOne(uint64_t pTag, uint64_t pValue);
DELFDynamic.tcc20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) in setValue() argument
22 m_Pair.d_tag = pTag; in setValue()
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp74 void ELFDynamic::reserveOne(uint64_t pTag) in reserveOne() argument
80 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) in applyOne() argument
83 m_EntryList[m_Idx]->setValue(pTag, pValue); in applyOne()