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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp32 bool HasUniqueName = bool(Opts & ClassOptions::HasUniqueName); local
33 bool IsAnon = HasUniqueName && isAnonymous(Rec.getName());
37 if (!ForwardRef && HasUniqueName && !IsAnon)
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp42 ENUM_ENTRY(ClassOptions, HasUniqueName),
255 if (Props & uint16_t(ClassOptions::HasUniqueName))
267 if (Props & uint16_t(ClassOptions::HasUniqueName))
280 if (Props & uint16_t(ClassOptions::HasUniqueName))
H A DTypeRecordMapping.cpp181 StringRef &UniqueName, bool HasUniqueName) {
187 if (HasUniqueName) {
225 if (HasUniqueName)
180 mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, StringRef &UniqueName, bool HasUniqueName) argument
H A DEnumTables.cpp325 CV_ENUM_CLASS_ENT(ClassOptions, HasUniqueName),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h217 HasUniqueName = 0x0200, member in class:llvm::codeview::CallingConvention::ClassOptions
H A DTypeRecord.h432 return (Options & ClassOptions::HasUniqueName) != ClassOptions::None;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp67 PUSH_FLAG(ClassOptions, HasUniqueName, Options, "has unique name");
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp376 IO.bitSetCase(Options, "HasUniqueName", ClassOptions::HasUniqueName);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2215 CO |= ClassOptions::HasUniqueName;

Completed in 180 milliseconds