Home
last modified time | relevance | path

Searched refs:StringTable (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkStringTable.h35 struct StringTable { struct
42 StringTable() = default; argument
45 StringTable(const StringTable &) = delete;
46 StringTable &operator=(const StringTable &) = delete; argument
48 StringTable(StringTable &&) = default;
49 StringTable &operator=(StringTable &&) = default; argument
52 StringTable(const ParsedStringTable &Other);
DBitstreamRemarkSerializer.h97 void emitMetaStrTab(const StringTable &StrTab);
108 Optional<const StringTable *> StrTab = None,
112 void emitRemarkBlock(const Remark &Remark, StringTable &StrTab);
139 StringTable StrTab);
168 Optional<const StringTable *> StrTab;
174 Optional<const StringTable *> StrTab = None,
185 Optional<const StringTable *> StrTab = None,
DYAMLRemarkSerializer.h38 Optional<StringTable> StrTab = None);
52 Optional<StringTable> StrTab = None);
78 StringTable StrTab) in YAMLStrTabRemarkSerializer()
95 const StringTable &StrTab;
99 const StringTable &StrTab) in YAMLStrTabMetaSerializer()
DRemarkSerializer.h47 Optional<StringTable> StrTab;
83 raw_ostream &OS, remarks::StringTable StrTab);
DRemarkLinker.h41 StringTable StrTab;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable() function in StringTable
31 std::pair<unsigned, StringRef> StringTable::add(StringRef Str) { in add()
41 void StringTable::internalize(Remark &R) { in internalize()
56 void StringTable::serialize(raw_ostream &OS) const { in serialize()
65 std::vector<StringRef> StringTable::serialize() const { in serialize()
DYAMLRemarkSerializer.cpp63 StringTable &StrTab = *Serializer->StrTab; in mapping()
88 StringTable &StrTab = *Serializer->StrTab; in mapping()
143 StringTable &StrTab = *Serializer->StrTab; in mapping()
162 Optional<StringTable> StrTabIn) in LLVM_YAML_IS_SEQUENCE_VECTOR()
167 Optional<StringTable> StrTabIn) in YAMLRemarkSerializer()
221 static void emitStrTab(raw_ostream &OS, Optional<const StringTable *> StrTab) { in emitStrTab()
DBitstreamRemarkSerializer.cpp94 const StringTable &StrTab) { in emitMetaStrTab()
235 Optional<const StringTable *> StrTab, Optional<StringRef> Filename) { in emitMetaBlock()
269 StringTable &StrTab) { in emitRemarkBlock()
340 StringTable StrTabIn) in BitstreamRemarkSerializer()
356 IsStandalone ? &*StrTab : Optional<const StringTable *>(None)); in emit()
DRemarkSerializer.cpp39 raw_ostream &OS, remarks::StringTable StrTab) { in createRemarkSerializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DStringTable.h24 struct StringTable { struct
26 StringTable() : Data() {} in StringTable() argument
27 StringTable(StringRef D) : Data(D) {} in StringTable() function
39 inline raw_ostream &operator<<(raw_ostream &OS, const StringTable &S) { argument
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc337 struct StringTable struct
339 using Base = typename StringTable::raw_hash_set; argument
340 StringTable() {} in StringTable() function
502 StringTable t; in TEST()
504 auto it = t.lazy_emplace("abc", [&](const StringTable::constructor& f) { in TEST()
511 it = t.lazy_emplace("abc", [&](const StringTable::constructor& f) { in TEST()
758 StringTable t; in TEST()
1318 StringTable t = {P(), Q(), {}, {{}, {}}}; in TEST()
1343 StringTable t; in TEST()
1346 StringTable u(t, Alloc<std::pair<std::string, std::string>>()); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp209 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader() argument
222 NamePos = StringTable.tell(); in printMemberHeader()
223 StringTable << M.MemberName << "/\n"; in printMemberHeader()
227 Insertion.first->second = StringTable.tell(); in printMemberHeader()
228 StringTable << M.MemberName << "/\n"; in printMemberHeader()
286 StringRef StringTable) { in writeSymbolTable() argument
289 if (StringTable.empty() && !isDarwin(Kind)) in writeSymbolTable()
306 Size += StringTable.size(); in writeSymbolTable()
342 printNBits(Out, Kind, StringTable.size()); in writeSymbolTable()
343 Out << StringTable; in writeSymbolTable()
[all …]
DWindowsResource.cpp354 bool IsNewNode = Root.addEntry(Entry, Origin, Data, StringTable, Node); in parse()
384 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry() argument
385 TreeNode &TypeNode = addTypeNode(Entry, StringTable); in addEntry()
386 TreeNode &NameNode = TypeNode.addNameNode(Entry, StringTable); in addEntry()
407 Child = &Node.addNameChild(NameString, StringTable); in addChildren()
485 std::vector<std::vector<UTF16>> &StringTable) { in addTypeNode() argument
487 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
494 std::vector<std::vector<UTF16>> &StringTable) { in addNameNode() argument
496 return addNameChild(Entry.getNameString(), StringTable); in addNameNode()
536 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild() argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc383 struct StringTable struct
385 using Base = typename StringTable::raw_hash_set; argument
386 StringTable() {} in StringTable() argument
603 StringTable t; in TEST()
605 auto it = t.lazy_emplace("abc", [&](const StringTable::constructor& f) { in TEST()
612 it = t.lazy_emplace("abc", [&](const StringTable::constructor& f) { in TEST()
941 StringTable t; in TEST()
1502 StringTable t = {P(), Q(), {}, {{}, {}}}; in TEST()
1527 StringTable t; in TEST()
1530 StringTable u(t, Alloc<std::pair<std::string, std::string>>()); in TEST()
[all …]
Draw_hash_set_benchmark.cc122 struct StringTable struct
124 using Base = typename StringTable::raw_hash_set; argument
125 StringTable() {} in StringTable() function
157 StringTable t; in BM_CacheInSteadyState()
208 StringTable t; in BM_EndComparison()
285 StringTable t; in BM_NoOpReserveStringTable()
310 StringTable t; in BM_ReserveStringTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h165 return StringTable; in getStringTable()
205 std::vector<std::vector<UTF16>> &StringTable,
208 std::vector<std::vector<UTF16>> &StringTable);
210 std::vector<std::vector<UTF16>> &StringTable);
219 std::vector<std::vector<UTF16>> &StringTable);
255 std::vector<std::vector<UTF16>> StringTable; variable
DArchive.h263 StringRef getStringTable() const { return StringTable; } in getStringTable()
272 StringRef StringTable; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h36 return S->kind() == DebugSubsectionKind::StringTable; in classof()
61 return S->kind() == DebugSubsectionKind::StringTable; in classof()
DStringsAndChecksums.h48 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) { in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp41 StringTable.append(4, char(0)); in COFFParser()
141 unsigned Index = StringTable.size(); in getStringIndex()
142 StringTable.append(Str.begin(), Str.end()); in getStringIndex()
143 StringTable.push_back(0); in getStringIndex()
155 std::string StringTable; member
305 if (NumberOfSymbols > 0 || CP.StringTable.size() > 4) in layoutCOFF()
310 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0]) = in layoutCOFF()
311 CP.StringTable.size(); in layoutCOFF()
597 OS.write(&CP.StringTable[0], CP.StringTable.size()); in writeCOFF()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c490 } StringTable; typedef
492 static StringTable *
495 StringTable *t = g_new0 (StringTable, 1); in string_table_new()
502 string_table_free (StringTable * t) in string_table_free()
514 string_table_add_string (StringTable * t, const gchar * str) in string_table_add_string()
551 string_table_print (StringTable * t) in string_table_print()
719 StringTable *string_table; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp23 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
45 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
DStringsAndChecksums.cpp34 assert(SR.kind() == DebugSubsectionKind::StringTable); in initializeStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp48 StringTable.clear(); in reset()
558 StringTable.add(Symbol.getName()); in computeSymbolTable()
560 StringTable.finalize(); in computeSymbolTable()
577 MSD.StringIndex = StringTable.getOffset(Symbol.getName()); in computeSymbolTable()
603 MSD.StringIndex = StringTable.getOffset(Symbol.getName()); in computeSymbolTable()
940 StringTableOffset, StringTable.getSize()); in writeObject()
1041 StringTable.write(W.OS); in writeObject()
/third_party/mesa3d/src/gallium/drivers/r600/
Degd_tables.py31 class StringTable: class
216 strings = StringTable()

123