Searched refs:ParsedStringTable (Results 1 – 5 of 5) sorted by relevance
61 struct ParsedStringTable { struct68 LLVM_ABI ParsedStringTable(StringRef Buffer); argument70 ParsedStringTable(const ParsedStringTable &) = delete;71 ParsedStringTable &operator=(const ParsedStringTable &) = delete; argument73 ParsedStringTable(ParsedStringTable &&) = default;74 ParsedStringTable &operator=(ParsedStringTable &&) = default; argument
31 struct ParsedStringTable;54 LLVM_ABI StringTable(const ParsedStringTable &Other);
27 ParsedStringTable::ParsedStringTable(StringRef InBuffer) : Buffer(InBuffer) { in ParsedStringTable() function in ParsedStringTable37 Expected<StringRef> ParsedStringTable::operator[](size_t Index) const { in operator []()
34 std::optional<ParsedStringTable> StrTab;
23 StringTable::StringTable(const ParsedStringTable &Other) { in StringTable()