Searched refs:FnLocalMDVector (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp478 SmallVector<MDNode *, 8> FnLocalMDVector; local
487 FnLocalMDVector.push_back(MD);
495 FnLocalMDVector.push_back(N);
504 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i)
505 EnumerateFunctionLocalMetadata(FnLocalMDVector[i]);

Completed in 198 milliseconds