Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagnostic.h32 DiagnosticEngine::ArgumentKind getArgKind(unsigned int pIdx) const { in getArgKind()
37 const std::string& getArgStdStr(unsigned int pIdx) const { in getArgStdStr()
43 const char* getArgCStr(unsigned int pIdx) const { in getArgCStr()
49 int getArgSInt(unsigned int pIdx) const { in getArgSInt()
55 unsigned int getArgUInt(unsigned int pIdx) const { in getArgUInt()
61 unsigned long long getArgULongLong(unsigned pIdx) const { in getArgULongLong()
67 bool getArgBool(unsigned int pIdx) const { in getArgBool()
73 intptr_t getRawVals(unsigned int pIdx) const { in getRawVals()
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) { in getSection()
67 LDSymbol* LDContext::getSymbol(unsigned int pIdx) { in getSymbol()