Searched defs:ParsedStringTable (Results 1 – 2 of 2) sorted by relevance
60 struct ParsedStringTable { struct67 ParsedStringTable(StringRef Buffer); argument70 ParsedStringTable &operator=(const ParsedStringTable &) = delete; argument73 ParsedStringTable &operator=(ParsedStringTable &&) = default; argument84 ParsedStringTable StrTab); argument
26 ParsedStringTable::ParsedStringTable(StringRef InBuffer) : Buffer(InBuffer) { in ParsedStringTable() function in ParsedStringTable