Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1062 bool IsFunctionLocal = false; in ParseMetadata() local
1095 IsFunctionLocal = true; in ParseMetadata()
1113 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal); in ParseMetadata()
1114 IsFunctionLocal = false; in ParseMetadata()