Home
last modified time | relevance | path

Searched refs:HasUniqueName (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp32 bool HasUniqueName = bool(Opts & ClassOptions::HasUniqueName); in getHashForUdt() local
33 bool IsAnon = HasUniqueName && isAnonymous(Rec.getName()); in getHashForUdt()
37 if (!ForwardRef && HasUniqueName && !IsAnon) in getHashForUdt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp41 ENUM_ENTRY(ClassOptions, HasUniqueName),
255 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
267 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
280 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
H A DTypeRecordMapping.cpp161 StringRef &UniqueName, bool HasUniqueName) { in mapNameAndUniqueName() argument
167 if (HasUniqueName) { in mapNameAndUniqueName()
205 if (HasUniqueName) in mapNameAndUniqueName()
H A DEnumTables.cpp321 CV_ENUM_CLASS_ENT(ClassOptions, HasUniqueName),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h212 HasUniqueName = 0x0200, enumerator
H A DTypeRecord.h431 return (Options & ClassOptions::HasUniqueName) != ClassOptions::None; in hasUniqueName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp63 PUSH_FLAG(ClassOptions, HasUniqueName, Options, "has unique name"); in formatClassOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp376 IO.bitSetCase(Options, "HasUniqueName", ClassOptions::HasUniqueName); in bitset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2056 CO |= ClassOptions::HasUniqueName; in getCommonClassOptions()