Searched defs:BeginIt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1058 void printGotEntry(uint64_t GotAddr, GOTIter BeginIt, GOTIter It);
1059 void printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt, GOTIter It,
1189 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, GOTIter BeginIt, argument
1191 int64_t Offset = std::distance(BeginIt, It) * sizeof(GOTEntry);
1198 void MipsGOTParser<ELFT>::printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt, argument
1200 printGotEntry(GotAddr, BeginIt, It);

Completed in 86 milliseconds