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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp818 bool IsFunctionLocal = false; local
847 IsFunctionLocal = true;
865 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal);
866 IsFunctionLocal = false;

Completed in 42 milliseconds