Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkParser.h59 struct ParsedStringTable { struct
66 ParsedStringTable(StringRef Buffer); argument
69 ParsedStringTable &operator=(const ParsedStringTable &) = delete; argument
72 ParsedStringTable &operator=(ParsedStringTable &&) = default; argument
83 ParsedStringTable StrTab); argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp26 ParsedStringTable::ParsedStringTable(StringRef InBuffer) : Buffer(InBuffer) { in ParsedStringTable() function in ParsedStringTable