Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp229 auto ValStr = Val.getAsString(); in collectFromArray() local
230 if (!ValStr.has_value()) in collectFromArray()
232 Append(ValStr.value()); in collectFromArray()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2333 SmallString<64> ValStr; in parseAttributeGroupBlock() local
2343 ValStr += Record[i++]; in parseAttributeGroupBlock()
2347 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock()