Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DDiagnostic.h34 DiagnosticEngine::ArgumentKind getArgKind(unsigned int pIdx) const { in getArgKind()
39 const std::string &getArgStdStr(unsigned int pIdx) const { in getArgStdStr()
45 const char* getArgCStr(unsigned int pIdx) const { in getArgCStr()
51 int getArgSInt(unsigned int pIdx) const { in getArgSInt()
57 unsigned int getArgUInt(unsigned int pIdx) const { in getArgUInt()
63 unsigned long long getArgULongLong(unsigned pIdx) const { in getArgULongLong()
69 bool getArgBool(unsigned int pIdx) const { in getArgBool()
75 intptr_t getRawVals(unsigned int pIdx) const { in getRawVals()
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) in getSection()
72 LDSymbol* LDContext::getSymbol(unsigned int pIdx) in getSymbol()