Home
last modified time | relevance | path

Searched defs:StringBlockVal (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp104 struct StringBlockVal { struct
105 StringRef Value;
106 StringBlockVal(StringRef R) : Value(R) {} in StringBlockVal() function