Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCWin64EH.cpp23 static uint8_t CountOfUnwindCodes(std::vector<MCWin64EHInstruction> &instArray){ in CountOfUnwindCodes() argument
25 for (std::vector<MCWin64EHInstruction>::const_iterator I = instArray.begin(), in CountOfUnwindCodes()
26 E = instArray.end(); I != E; ++I) { in CountOfUnwindCodes()