Home
last modified time | relevance | path

Searched defs:StringTable (Results 1 – 25 of 43) sorted by relevance

12

/external/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() argument
39 inline raw_ostream &operator<<(raw_ostream &OS, const StringTable &S) { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkStringTable.h35 struct StringTable { struct
42 StringTable() = default; argument
46 StringTable &operator=(const StringTable &) = delete; argument
49 StringTable &operator=(StringTable &&) = default; argument
/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
Dstring.cc22 using StringTable = std::unordered_set<std::string>; typedef
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc122 struct StringTable struct
124 using Base = typename StringTable::raw_hash_set;
125 StringTable() {} in StringTable() function
/external/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc122 struct StringTable struct
124 using Base = typename StringTable::raw_hash_set;
125 StringTable() {} in StringTable() argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc122 struct StringTable struct
124 using Base = typename StringTable::raw_hash_set;
125 StringTable() {} in StringTable() argument
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc122 struct StringTable struct
124 using Base = typename StringTable::raw_hash_set;
125 StringTable() {} in StringTable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable() function in StringTable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp209 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, in printMemberHeader()
286 StringRef StringTable) { in writeSymbolTable()
389 computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames, in computeMemberData()
560 raw_svector_ostream StringTable(StringTableBuf); in writeArchive() local
DWindowsResource.cpp384 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry()
485 std::vector<std::vector<UTF16>> &StringTable) { in addTypeNode()
494 std::vector<std::vector<UTF16>> &StringTable) { in addNameNode()
536 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild()
634 const ArrayRef<std::vector<UTF16>> StringTable; member in llvm::object::WindowsResourceCOFFWriter
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py33 class StringTable: class
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h143 std::unique_ptr<NameHashTable> StringTable; variable
/external/freetype/src/tools/
Dglnames.py4908 class StringTable: class
/external/llvm/include/llvm/Object/
DArchive.h231 StringRef StringTable; variable
/external/mesa3d/src/amd/common/
Dsid_tables.py43 class StringTable: class
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py63 class StringTable(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h272 StringRef StringTable; variable
DWindowsResource.h255 std::vector<std::vector<UTF16>> StringTable; variable
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc69 class StringTable { class
71 StringTable() { in StringTable() function in tensorflow::tfprof::__anondff0ded60111::StringTable
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Dtoken_database.h273 static constexpr size_t StringTable(size_t entries) { in StringTable() function
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp355 StringRef StringTable = ObjDelegate->getStringTable(); in visitDefRangeSubfieldSym() local
374 StringRef StringTable = ObjDelegate->getStringTable(); in visitDefRangeSym() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h243 BTFStringTable StringTable; variable
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp269 SequenceToOffsetTable<std::string> StringTable; in EmitPrintInstruction() local
495 SequenceToOffsetTable<std::string> StringTable; in emitRegisterNameString() local
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp146 std::string StringTable; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp155 std::string StringTable; member

12