Home
last modified time | relevance | path

Searched refs:UniqueName (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/IR/
DValueSymbolTable.cpp36 SmallString<256> &UniqueName) { in makeUniqueName() argument
37 unsigned BaseSize = UniqueName.size(); in makeUniqueName()
40 UniqueName.resize(BaseSize); in makeUniqueName()
41 raw_svector_ostream S(UniqueName); in makeUniqueName()
47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName()
65 SmallString<256> UniqueName(V->getName().begin(), V->getName().end()); in reinsertValue() local
70 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue()
93 SmallString<256> UniqueName(Name.begin(), Name.end()); in createValueName() local
94 return makeUniqueName(V, UniqueName); in createValueName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValueSymbolTable.cpp44 SmallString<256> &UniqueName) { in makeUniqueName() argument
45 unsigned BaseSize = UniqueName.size(); in makeUniqueName()
48 UniqueName.resize(BaseSize); in makeUniqueName()
49 raw_svector_ostream S(UniqueName); in makeUniqueName()
64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName()
83 SmallString<256> UniqueName(V->getName().begin(), V->getName().end()); in reinsertValue() local
88 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue()
111 SmallString<256> UniqueName(Name.begin(), Name.end()); in createValueName() local
112 return makeUniqueName(V, UniqueName); in createValueName()
/external/llvm-project/llvm/lib/IR/
DValueSymbolTable.cpp44 SmallString<256> &UniqueName) { in makeUniqueName() argument
45 unsigned BaseSize = UniqueName.size(); in makeUniqueName()
48 UniqueName.resize(BaseSize); in makeUniqueName()
49 raw_svector_ostream S(UniqueName); in makeUniqueName()
64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName()
83 SmallString<256> UniqueName(V->getName().begin(), V->getName().end()); in reinsertValue() local
89 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue()
112 SmallString<256> UniqueName(Name.begin(), Name.end()); in createValueName() local
113 return makeUniqueName(V, UniqueName); in createValueName()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h221 std::string UniqueName(const std::string& name, const std::string& filename,
223 inline std::string UniqueName(const std::string& name, const FileDescriptor* d, in UniqueName() function
225 return UniqueName(name, d->name(), options); in UniqueName()
227 inline std::string UniqueName(const std::string& name, const Descriptor* d, in UniqueName() function
229 return UniqueName(name, d->file(), options); in UniqueName()
231 inline std::string UniqueName(const std::string& name, const EnumDescriptor* d, in UniqueName() function
233 return UniqueName(name, d->file(), options); in UniqueName()
235 inline std::string UniqueName(const std::string& name, in UniqueName() function
238 return UniqueName(name, d->file(), options); in UniqueName()
248 inline std::string UniqueName(const std::string& name, in UniqueName() function
[all …]
Dcpp_file.cc99 variables_["tablename"] = UniqueName("TableStruct", file_, options_); in FileGenerator()
101 UniqueName("file_level_metadata", file_, options_); in FileGenerator()
104 UniqueName("file_level_enum_descriptors", file_, options_); in FileGenerator()
106 UniqueName("file_level_service_descriptors", file_, options_); in FileGenerator()
814 UniqueName("descriptor_table_protodef", file_, options_); in GenerateReflectionInitializationCode()
905 UniqueName("dynamic_init_dummy", file_, options_)); in GenerateReflectionInitializationCode()
Dcpp_helpers.cc384 return UniqueName("descriptor_table", file, options); in DescriptorTableName()
388 return UniqueName("PROTOBUF_INTERNAL_EXPORT", file, options); in FileDllExport()
706 string UniqueName(const std::string& name, const std::string& filename, in UniqueName() function
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test59 YAML: UniqueName: '.?AW4threading_e@threadingAttribute@__vc_attributes@@'
67 YAML: UniqueName: '.?AUthreadingAttribute@__vc_attributes@@'
132 YAML: UniqueName: '.?AUthreadingAttribute@__vc_attributes@@'
159 YAML: UniqueName: '.?AW4type_e@event_receiverAttribute@__vc_attributes@@'
167 YAML: UniqueName: '.?AUevent_receiverAttribute@__vc_attributes@@'
255 YAML: UniqueName: '.?AUevent_receiverAttribute@__vc_attributes@@'
282 YAML: UniqueName: '.?AW4type_e@aggregatableAttribute@__vc_attributes@@'
290 YAML: UniqueName: '.?AUaggregatableAttribute@__vc_attributes@@'
355 YAML: UniqueName: '.?AUaggregatableAttribute@__vc_attributes@@'
365 YAML: UniqueName: '.?AW4type_e@event_sourceAttribute@__vc_attributes@@'
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp127 StringRef UniqueName; in deserialize() local
132 CV_CONDITIONAL_FIELD(UniqueName, L->hasUniqueName())); in deserialize()
142 L->DerivedFrom, L->VShape, Size, Name, UniqueName); in deserialize()
149 StringRef UniqueName; in deserialize() local
154 CV_CONDITIONAL_FIELD(UniqueName, L->hasUniqueName())); in deserialize()
162 UniqueName); in deserialize()
169 StringRef UniqueName; in deserialize() local
171 CV_CONDITIONAL_FIELD(UniqueName, L->hasUniqueName())); in deserialize()
176 UniqueName, L->UnderlyingType); in deserialize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h426 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
428 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
460 StringRef getUniqueName() const { return UniqueName; } in getUniqueName()
466 StringRef UniqueName; variable
477 StringRef UniqueName) in ClassRecord() argument
478 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
507 uint64_t Size, StringRef Name, StringRef UniqueName) in UnionRecord()
509 UniqueName), in UnionRecord()
529 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument
531 UniqueName), in EnumRecord()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h420 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
422 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
454 StringRef getUniqueName() const { return UniqueName; } in getUniqueName()
460 StringRef UniqueName; variable
471 StringRef UniqueName) in ClassRecord() argument
472 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
501 uint64_t Size, StringRef Name, StringRef UniqueName) in UnionRecord()
503 UniqueName), in UnionRecord()
523 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument
525 UniqueName), in EnumRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h446 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
448 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
464 StringRef getUniqueName() const { return UniqueName; } in getUniqueName()
471 StringRef UniqueName; variable
480 StringRef Name, StringRef UniqueName) in ClassRecord() argument
481 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
525 StringRef UniqueName) in UnionRecord()
527 UniqueName), in UnionRecord()
558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument
560 UniqueName), in EnumRecord()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp82 bool UniqueName = Opts & static_cast<uint16_t>(ClassOptions::HasUniqueName); in getTpiHash() local
83 bool IsAnon = UniqueName && isAnonymous(Rec); in getTpiHash()
87 if (!ForwardRef && UniqueName && !IsAnon) in getTpiHash()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp148 StringRef &UniqueName, bool HasUniqueName) { in mapNameAndUniqueName() argument
155 size_t BytesNeeded = Name.size() + UniqueName.size() + 2; in mapNameAndUniqueName()
157 StringRef U = UniqueName; in mapNameAndUniqueName()
181 error(IO.mapStringZ(UniqueName, "LinkageName")); in mapNameAndUniqueName()
409 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
423 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
437 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp148 StringRef &UniqueName, bool HasUniqueName) { in mapNameAndUniqueName() argument
155 size_t BytesNeeded = Name.size() + UniqueName.size() + 2; in mapNameAndUniqueName()
157 StringRef U = UniqueName; in mapNameAndUniqueName()
181 error(IO.mapStringZ(UniqueName, "LinkageName")); in mapNameAndUniqueName()
410 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
424 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
438 error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName, in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueSymbolTable.h108 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
/external/llvm-project/llvm/include/llvm/IR/
DValueSymbolTable.h108 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
/external/llvm/include/llvm/IR/
DValueSymbolTable.h104 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp334 P.formatLine("unique name: `{0}`", Class.UniqueName); in visitKnownRecord()
348 P.formatLine("unique name: `{0}`", Union.UniqueName); in visitKnownRecord()
360 P.formatLine("unique name: `{0}`", Enum.UniqueName); in visitKnownRecord()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll183 ; YAML: UniqueName: '.?AUFoo@@'
249 ; YAML: UniqueName: '.?AUFoo@@'
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp518 IO.mapRequired("UniqueName", Record.UniqueName); in map()
529 IO.mapRequired("UniqueName", Record.UniqueName); in map()
538 IO.mapRequired("UniqueName", Record.UniqueName); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp518 IO.mapRequired("UniqueName", Record.UniqueName); in map()
529 IO.mapRequired("UniqueName", Record.UniqueName); in map()
538 IO.mapRequired("UniqueName", Record.UniqueName); in map()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp195 if (qname != child.asTag().UniqueName) in GetNestedTagDefinition()
221 StringView sv(record.UniqueName.begin(), record.UniqueName.size()); in CreateDeclInfoForType()
224 return {m_clang.GetTranslationUnitDecl(), std::string(record.UniqueName)}; in CreateDeclInfoForType()
DSymbolFileNativePDB.cpp519 StringView sv(record.UniqueName.begin(), record.UniqueName.size()); in GetUnqualifiedTypeName()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java823 public static interface UniqueName { interface in ProxyFactory
839 public static UniqueName nameGenerator = new UniqueName() {
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc600 std::string UniqueName(mlir::Value val);
647 std::string Translator::UniqueName(mlir::Value val) { in UniqueName() function in __anon4d1313dc0111::Translator
1429 std::string name = UniqueName(val); in BuildSubGraph()
1438 name = "NumericVerify/" + UniqueName(quantized_op_val) + ":" + in BuildSubGraph()

12