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

/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h40 : TargetFragment(Fragment::Target, pParent), f_Value(pValue) {}
44 uint64_t getValue() const { return f_Value; }
46 void setValue(uint64_t pValue) { f_Value = pValue; }
52 uint64_t f_Value; member in class:mcld::GOT::Entry

Completed in 38 milliseconds