Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1226 SmallString<64> ValStr; in ParseAttributeGroupBlock() local
1236 ValStr += Record[i++]; in ParseAttributeGroupBlock()
1240 B.addAttribute(KindStr.str(), ValStr.str()); in ParseAttributeGroupBlock()