Searched refs:StringPool (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 29 class StringPool { 30 StringPool(const StringPool &) = delete; 31 StringPool &operator=(const StringPool &) = delete; 36 StringPool() = default; 37 ~StringPool() = default; 75 using IDType = StringPool::IDType; 146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner); 173 return hash<Ice::StringPool::IDType>()(Key.getID());
|
D | IceCfg.h | 102 StringPool *getNodeStrings() const { return NodeStrings.get(); } in getNodeStrings() 104 StringPool *getVarStrings() const { return VarStrings.get(); } in getVarStrings() 317 std::unique_ptr<StringPool> NodeStrings; 318 std::unique_ptr<StringPool> VarStrings; 342 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings() 350 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
|
D | IceGlobalContext.h | 410 LockedPtr<StringPool> getStrings() const { in getStrings() 411 return LockedPtr<StringPool>(Strings.get(), &StringsLock); in getStrings() 446 std::unique_ptr<StringPool> Strings;
|
D | IceGlobalContext.cpp | 302 : Strings(new StringPool()), ConstPool(new ConstantPool()), ErrorStatus(), in GlobalContext() 1028 LockedPtr<StringPool>
|
D | IceCfg.cpp | 41 NodeStrings.reset(new StringPool); in Cfg() 42 VarStrings.reset(new StringPool); in Cfg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringPool.cpp | 18 StringPool::StringPool() {} in StringPool() function in StringPool 20 StringPool::~StringPool() { in ~StringPool() 24 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
|
D | CMakeLists.txt | 135 StringPool.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | StringPool.h | 42 class StringPool { 46 StringPool *Pool = nullptr; ///< So the string can remove itself. 60 StringPool(); 61 ~StringPool(); 79 using entry_t = StringPool::entry_t;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext() argument 90 NameRef = StringPool.internString(Name); in getChildDeclContext() 94 NameRef = StringPool.internString("(anonymous namespace)"); in getChildDeclContext() 97 ShortNameRef = StringPool.internString(ShortName); in getChildDeclContext() 148 FileRef = PathResolver.resolve(File, StringPool); in getChildDeclContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerDeclContext.h | 33 StringRef resolve(std::string Path, NonRelocatableStringpool &StringPool) { in resolve() argument 48 return StringPool.internString(ResolvedPath); in resolve() 133 CompileUnit &Unit, UniquingStringPool &StringPool,
|
/third_party/flatbuffers/python/flatbuffers/ |
D | flexbuffers.py | 991 def StringPool(self): member in Builder
|
/third_party/flatbuffers/tests/ |
D | py_flexbuffers_test.py | 1493 return fbb.Finish(), fbb.StringPool.Elements
|