Home
last modified time | relevance | path

Searched refs:getArgUInt (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp156 unsigned int val = getArgUInt(arg_no); in format()
161 unsigned long long val = getArgUInt(arg_no); in format()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnostic.h55 unsigned int getArgUInt(unsigned int pIdx) const { in getArgUInt() function