Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2653 unsigned ScopeID = Record[2], IAID = Record[3]; in ParseFunctionBody() local
2656 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody()